tags:

views:

203

answers:

1

hi all,,

Is this possible to Zoom the camera picture programatically ,i checked the APi provided by the apple for this but there is no API in the SDk for the zooming for the camera .There is only zooming functionality in the scroll view only ,is there any way by which we can do the zoom our camera view.

Even some App on the appstore hve the zooming functionality ,than how it is possible .

thanks for any suggestion

Balraj verma

+2  A: 

There is no hardware zoom on the iphone.

You'll have to scale up a cropped portion of the image.

James L
Do you have any idea how can we scale the view in the camera picker controller
balraj
I've been trying to figure this out as well. I understand that the image has to be scaled up and cropped to handle the zooming but how do you actually implement this so that scaled/cropped image matches what the users sees via an AVVideoPreviewLayer???
wgpubs