开发者

iPhone SDK - What is the fastest way to grap an image from the camera and resize it to screen size?

开发者 https://www.devze.com 2023-01-09 05:32 出处:网络
Since UIGetScreenImage() is banned again I\'m looking for another开发者_如何学C fast way to get a 320x480 image representation of the current camera picture.

Since UIGetScreenImage() is banned again I'm looking for another开发者_如何学C fast way to get a 320x480 image representation of the current camera picture.

What would be the fastest way to downsize the image from didFinishPickingMediaWithInfo and save it as an jpg?


You can access camera using AVFoundation tools as shown here

0

精彩评论

暂无评论...
验证码 换一张
取 消