Guys,
I've written three articles on the new Camera features of iOS7 for both casual users and programmers. As this subforum isn't really frequented by the former, I posted the articles in user forums here at MR. (Mostly, the iOS7 one.) Nevertheless, as these articles contain a lot of brand new and highly useful programming info, I take the liberty to link (and summarize) them here in the Programming forum too so that you don't miss the articles. Note that the first part of all these articles are meant for casual users and the second one for programmers.
- Image Stabilization (how / why you may want to dis/enable it and why you're supposed to make it configurable on a fully-fledged AppStore camcorder app): https://forums.macrumors.com/threads/1600908/
- (lossless) zooming: iOS7 supports lossless zooming (to a degree), which produces far better quality than the old, crop-based zooming. In this article, I compare its actual quality to that of crop-based solutions (e.g., the stock Camera app) and also show the API: https://forums.macrumors.com/threads/1601763/
- 60 fps recording: this article, in addition to teaching everything not only 60 fps-related, but also parsing all properties of the new "AVCaptureDeviceFormat", also shows little-discussed areas of video recording, for example, getting the actual resolution of a video mode: https://forums.macrumors.com/threads/1602171/
I've written three articles on the new Camera features of iOS7 for both casual users and programmers. As this subforum isn't really frequented by the former, I posted the articles in user forums here at MR. (Mostly, the iOS7 one.) Nevertheless, as these articles contain a lot of brand new and highly useful programming info, I take the liberty to link (and summarize) them here in the Programming forum too so that you don't miss the articles. Note that the first part of all these articles are meant for casual users and the second one for programmers.
- Image Stabilization (how / why you may want to dis/enable it and why you're supposed to make it configurable on a fully-fledged AppStore camcorder app): https://forums.macrumors.com/threads/1600908/
- (lossless) zooming: iOS7 supports lossless zooming (to a degree), which produces far better quality than the old, crop-based zooming. In this article, I compare its actual quality to that of crop-based solutions (e.g., the stock Camera app) and also show the API: https://forums.macrumors.com/threads/1601763/
- 60 fps recording: this article, in addition to teaching everything not only 60 fps-related, but also parsing all properties of the new "AVCaptureDeviceFormat", also shows little-discussed areas of video recording, for example, getting the actual resolution of a video mode: https://forums.macrumors.com/threads/1602171/