aaronabentheuer / AAFaceDetection

Prototyping-Library providing easy access to iOS face detection features through NSNotification.
511 stars 53 forks source link

How to have preview camera image not blurred? #6

Closed fprosper closed 8 years ago

fprosper commented 8 years ago

Hi, I am loving this library, that's really great, I am trying to have the camera preview not blurred, I thought this could be related to the line in captureSetup():

self.videoDataOutput!.videoSettings = [kCVPixelBufferPixelFormatTypeKey: Int(kCVPixelFormatType_32BGRA)]

but so far no luck getting the plain camera image, can you tell me how to achieve that?

Thank you very much!

fprosper commented 8 years ago

Sorry just noticed the Visual effect view in the View Controller!!!!!! Forget my silly question! Again thanks.