You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS 8.4.
Front camera is not working. Showing black.
ipod touch has only front camera, so I am calling switchCamera in this manner
[self presentViewController:nav animated:YES completion:^{
//toggle to selfie mode (i.e. front camera)
[cameraContainer.cameraViewController.cameraView.delegate switchCamera];
}];
switchCamera calls cameraManager's toggle cameraToggle which has a check hasMultipleCameras. Since ipod touch has only one camera, the toggle does not take any effect and the user is stuck with default back camera which does not exist.
Would it be possible to add configuration on which camera should defaulted? I.e. CameraMode = Front or Back?
Thank you.
The text was updated successfully, but these errors were encountered:
iOS 8.4.
Front camera is not working. Showing black.
ipod touch has only front camera, so I am calling switchCamera in this manner
switchCamera calls cameraManager's toggle cameraToggle which has a check hasMultipleCameras. Since ipod touch has only one camera, the toggle does not take any effect and the user is stuck with default back camera which does not exist.
Would it be possible to add configuration on which camera should defaulted? I.e. CameraMode = Front or Back?
Thank you.
The text was updated successfully, but these errors were encountered: