简体   繁体   中英

How to remove the shutter at the opening and closing of the iPhone Camera in app?

I have to remove the shutter at the opening of the Camera. Is there any property regarding this?

Thanks in advance.

You can't do that using UIImagePickerController . You have to use AVFoundation framework and access the camera from lower level.

Here's some (buggy) Apple sample code AVCam to run and play with. However this code can be significantly simplified: see this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM