Exemplo n.º 1
0
 internal static extern CameraError GetExposureMode(IntPtr handle, out CameraExposureMode mode);
Exemplo n.º 2
0
 public void CameraExplosureMode(CameraExposureMode val)
 {
     _settingsToSend.AddRange(new byte[] { (byte)CameraSettingsEnum.RESERVED_ExposureMode, (byte)val });
 }