imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview mode?

z3t0 opened this issue · comments

Sorry if this is a silly question but I can't get the camera preview to change when I move around the device, instead it seems to freeze on a still image from when the app is launched.

Maybe I am just misunderstanding

cameraManager.addPreviewLayerToView(self.cameraView)

I can only set it to self.view?

Same :(