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
[x ] I checked the documentation and found no answer
[ x] I checked to make sure that this issue has not already been filed
Current Behavior
Exception thrown in CameraManagerVideoOutput.storeLastFrame() found nil while implicitly unwrapping an Optional value
Code Sample
This is happening in CameraManagerVideoOutput.storeLastFrame(). My guess is CameraManagerVideoOutputprivate(set) var parent: CameraManager! is not ready when this is called.
Name
Version
SDK
3.0.1
Xcode
16.2
Operating System
iOS 18.2.1
Device
iPhone 16 Pro
The text was updated successfully, but these errors were encountered:
Prerequisites
Current Behavior
Exception thrown in
CameraManagerVideoOutput.storeLastFrame()
found nil while implicitly unwrapping an Optional valueCode Sample
This is happening in
CameraManagerVideoOutput.storeLastFrame()
. My guess isCameraManagerVideoOutput
private(set) var parent: CameraManager!
is not ready when this is called.The text was updated successfully, but these errors were encountered: