Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

iOS6 and efaultAVCaptureVideoOrientation

http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing From the above tutorial are there any known issues with the following line of code and iOS6? self.videoCamera.defaultAVCaptureVideoOrientation = AVCaptureVideoOrientationPortrait;

The orientation seems to be unchanged and is always in portrait even when I use AVCaptureVideoOrientationLandscapeRight.

iOS6 and efaultAVCaptureVideoOrientation

http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing From the above tutorial are there any known issues with the following line of code and iOS6? iOS6?

self.videoCamera.defaultAVCaptureVideoOrientation = AVCaptureVideoOrientationPortrait;

AVCaptureVideoOrientationPortrait;

The orientation seems to be unchanged and is always in portrait even when I use AVCaptureVideoOrientationLandscapeRight.AVCaptureVideoOrientationLandscapeRight.

iOS6 and efaultAVCaptureVideoOrientationdefaultAVCaptureVideoOrientation

http://docs.opencv.org/trunk/doc/tutorials/ios/video_processing/video_processing.html#opencviosvideoprocessing From the above tutorial are there any known issues with the following line of code and iOS6?

self.videoCamera.defaultAVCaptureVideoOrientation = AVCaptureVideoOrientationPortrait;

The orientation seems to be unchanged and is always in portrait even when I use AVCaptureVideoOrientationLandscapeRight.