How to show camera view in iOS4 SDK (without video/image capturing feature)
I would like to show camera view in iOS4 SDK, here are my requirements:
- no need video/image capturing feature
- need to overlay UIImage / UIImageView above the camera view
- use as low memory as possible
I have seen several methods:
- using AVCaptureSession
- using UIImagePicke开发者_高级运维rController
Which is better? I tried UIImagePickerController methods, but it prompts memory warnings.
精彩评论