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
lets say i make a session. it has the front camera as default. then i do _session.captureDevicePosition = AVCaptureDevicePositionBack;. now its the back camera. all good. now i do _session.captureDevicePosition = AVCaptureDevicePositionBack; again. now its the front camera. i saw that the setVideoCaptureDevicePosition: in LFVideoCapture.m is just rotating the camera, without actually checking what i assign.
The text was updated successfully, but these errors were encountered:
lets say i make a session. it has the front camera as default. then i do
_session.captureDevicePosition = AVCaptureDevicePositionBack;
. now its the back camera. all good. now i do_session.captureDevicePosition = AVCaptureDevicePositionBack;
again. now its the front camera. i saw that thesetVideoCaptureDevicePosition:
inLFVideoCapture.m
is just rotating the camera, without actually checking what i assign.The text was updated successfully, but these errors were encountered: