/// <summary>
 /// Turn on/off flash light
 /// </summary>
 public bool SetFlashLightMode(bool toggle)
 {
     return(NativeAPI.CameraDevice_setFlashLightMode(toggle));
 }