¡@

Home 

2014/10/15 ¤U¤È 10:04:18

iphone Programming Glossary: autofocus

How to develop a Face recognition iPhone app? [closed]

http://stackoverflow.com/questions/10496724/how-to-develop-a-face-recognition-iphone-app

ideas and tutorials about that. Can you please help me Thanks in advance. iphone ios camera face recognition autofocus share improve this question Core Image has a new CIFaceDetector to recognize faces in real time you can start with these..

How can I get autofocus to work in a second AVCaptureSession without recreating the sessions?

http://stackoverflow.com/questions/5427561/how-can-i-get-autofocus-to-work-in-a-second-avcapturesession-without-recreating

can I get autofocus to work in a second AVCaptureSession without recreating the sessions Autofocus is not working on the first AVCaptureSession.. the first AVCaptureSession when I create a second AVCaptureSession. The second session to be created is the one where autofocus works and the first created one does not autofocus. I would expect that either session would be able to auto focus when.. AVCaptureSession. The second session to be created is the one where autofocus works and the first created one does not autofocus. I would expect that either session would be able to auto focus when started after the other one is stopped in the same..

iPhone camera loses auto-focus when using ZBarSDK

http://stackoverflow.com/questions/8658383/iphone-camera-loses-auto-focus-when-using-zbarsdk

UIImagePickerControllerSourceTypeCamera return _barcodeScanner Any ideas iphone objective c ios autofocus zbar sdk share improve this question Before loading up ZBarReaderViewController make sure you release UIImagePickerController..

iPhone : camera autofocus observer?

http://stackoverflow.com/questions/9100357/iphone-camera-autofocus-observer

camera autofocus observer I would like to know if it's possible to receive notification about autofocus inside an iPhone application I.E.. camera autofocus observer I would like to know if it's possible to receive notification about autofocus inside an iPhone application I.E does it exist a way to be notified when autofocus starts ends if it has succeed or failed..... to receive notification about autofocus inside an iPhone application I.E does it exist a way to be notified when autofocus starts ends if it has succeed or failed... If so what is this notification name iphone camera notifications observer pattern..

iOS Camera focus value

http://stackoverflow.com/questions/9465198/ios-camera-focus-value

Camera focus value Is there any way to get the focus value from iPhone camera with autofocus I want to use this data to calculate the distance from iPhone to an object in focus. iphone camera focus share improve..