-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
Hi,
Thanks for the great framework you made.
I am trying to capture photos and I am using the following settings:
NextLevel.shared.delegate = self
NextLevel.shared.deviceDelegate = self
NextLevel.shared.videoDelegate = self
NextLevel.shared.photoDelegate = self
NextLevel.shared.devicePosition = .back
NextLevel.shared.captureMode = .photo
NextLevel.shared.videoConfiguration.preset = .high
NextLevel.shared.automaticallyUpdatesDeviceOrientation = true
I successfully capture photo by calling NextLevel.shared.capturePhoto(), but in didFinishProcessingPhoto photo: AVCapturePhoto the photo.pixelBuffer is nil.
Can you please help me with this?
Metadata
Metadata
Assignees
Labels
No labels