Ask Your Question
1

iOS6 and defaultAVCaptureVideoOrientation

asked 2013-01-01 18:05:11 -0600

kaipyroami gravatar image

updated 2013-01-01 19:29:47 -0600

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.

edit retag flag offensive close merge delete

Comments

Anyone know if it has to do with "lockForConfiguration"? I am not able to implement it in a CvVideoCamera object, however many other threads show this being a solution to a non-responsive property.

kaipyroami gravatar imagekaipyroami ( 2013-01-09 23:08:25 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2013-03-10 13:03:05 -0600

kaipyroami gravatar image

Fixed while overriding CvVideoCamera. Not entirely sure why it is working now though. :/

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-01-01 18:05:11 -0600

Seen: 1,347 times

Last updated: Mar 10 '13