Example #1
0
 public byte[] TakePhoto(CameraConfiguration configuration)
 {
     return(_hardwareService.TakePhoto(configuration));
 }