views:

7

answers:

0

Is there any possibility to get a high-resolution image (like images from UIImagePicker) out of the captureOutput- method of the AvCaptureSession? My application should work like this: Fist I am looking for the object in the captureOutput- methode (low resolution image 640x480). After it's detected, I would like to get a high-resolution image... any ideas?