Skip to content
2 changes: 1 addition & 1 deletion LLSimpleCamera/LLSimpleCamera.m
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ - (AVCaptureVideoOrientation)orientationForConnection
}
}
else {
switch (self.interfaceOrientation) {
switch ([[UIApplication sharedApplication] statusBarOrientation]) {
case UIInterfaceOrientationLandscapeLeft:
videoOrientation = AVCaptureVideoOrientationLandscapeLeft;
break;
Expand Down