I want to show multiple Camera view on a screen.But when i create two object of AVSession or imagepicker one grab camera and other show blank screen . is there any way to show multiple camera views showing same feed ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you want to show multiple views of the same feed, you need a single It's pretty much as described here: http://developer.apple.com/library/ios/#qa/qa1702/_index.html When processing each video frame you will assign the image it contains to multiple See the AVCaptureVideoDataOutput Class Reference for more information. Also see pretty much any piece of sample code that uses |
|||
|
|