BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.25k stars 4.62k forks source link

The GPUVideoCamera.inputCamera can not support to set FocusMode or PointOfInterest #554

Closed sgraff closed 12 years ago

sgraff commented 12 years ago

Hi guys,

I'm using the GPUImage for video testing on iTouch4 using the back camera. I'm trying to set the focus point, but the inputCamera always return NO for any FocusMode by call isFocusModeSupported, and it is the same for isFocusPointOfInterestSupported (always return NO).

I'm trying the demo project "SampleVideoFilter", and calling these method in - (void)viewDidLoad;

But at the same time, for another demo project of Apple, it can achieve the function setting the FocusPoint. Could anyone help to solve this problem?

Thank you!

TomCorwine commented 12 years ago

The 4th gen iPod touch does not support focus.

sgraff commented 12 years ago

TomCorwine,

You are right. iTouch4 can only set the ExposureMode. I'm confused.

Thank you!