Is there a way to lock the orientation on event / tap? I am using an AVCaptureSession to record videos but I would like to lock the orientation for the App once the record started.
Asked
Active
Viewed 195 times
0
-
You can find your answer in stake overflow. [Why AVCaptureSession output a wrong orientation](http://stackoverflow.com/questions/3561738/why-avcapturesession-output-a-wrong-orientation) – jignesh Vadadoriya Dec 13 '16 at 05:28
-
I have already set up the videoOrientation property – what I am searching for is a way to lock the orientation on event – not defining the right orientation in my capture outputs (I have already done that). – Kevin Lieser Dec 13 '16 at 06:05