remirobert/CameraEngine

configureOutputDevice() crash in CameraEngine!

Opened this issue · 1 comments

Fabric Error content is "partial apply for CameraEngine.(setupSession() -> ()).(closure #1)".
To get an error, do catch apply in "self.cameraMetadata.previewLayer = self.previewLayer".
but it's not a solution. I think previewLayer is announced lazy value so it would be nil.
I'm not be assure that. please help about error! thanks

Same here!