简体   繁体   中英

AVCaptureSessionPresetHigh resolution on iPad?

I need to know what the AVCaptureSessionPresetHigh resolution is for the newest iPad, and for all various devices for that matter. Apple's documentation has a chart that explains what the various resolutions are for the different presets, but only for the iPhone 3, 3GS, and 4. That chart is here: http://developer.apple.com/library/mac/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/04_MediaCapture.html

Is there somewhere else where this is recorded for the rest of the devices? I haven't been able to find it anywhere.

I've tested the AVCaptureSessionPresetHigh and with iPad 4 it returns me the resolution of 1280x720!

Cheers

I tested with iPad 3 (Retina) and it returns 1280x720.

BTW, the AVCaptureSessionPresetHigh is the default for AVCaptureSession.

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