-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landscape Video Recording Problem on iPhone 8 Running iOS 14.2 #20
Comments
Hi @pandraos! |
The problem is that the videos shot in landscape mode on iPhone 8 (iOS 14.2) have the wrong orientation (rotated sideways) and are cropped to fit a portrait aspect ratio. To illustrate the problem, I recorded the same video sequence using the same build of the app on two different phones in both landscape orientations:
I hope this helps clear up the issue. Thank you. |
Hi @v-grigoriev! |
Hi @pandraos! |
I know where is the issue and probably how to fix it, but absolutely don't have time. |
@v-grigoriev Thanks for the update. |
No updates so far, but I can reprioritize this. PS. I really already forgot the way I wanted to fix this, so will have to make a fix from scratch. |
Ok, we will provide it asap. |
Hello! I've made a reproducible demo based on an example app: https://github.com/DragonSpirit/SCNRecorder |
Thank you! I will take a look. |
There are two unrelated issues. I have a fix, I will share it in a few days when I finish verifying. |
When it will be ready we will check it on all of our devices (7, SE, 11 and 12) iphones. |
Hey, @v-grigoriev! Is there any news? |
@itershukov Well, I can't find an absolute fix for now and I will be very busy for the next few weeks. But, I have a temporal solution. In general, I can't find a universal fix for now, since on different devices it behaves differently. Since I can't find any background info or documentation I will need to investigate deeper. It will take time. |
If someone wants to help me the issue is: If |
Is this issue still around? Or has it been fixed? |
It is still around. I didn't find any predictable way to guarantee video orientation without setting framebufferOnly to false. |
Hello,
I encountered an unusual issue while working with SCNRecorder.
Videos recorded in landscape orientation on iPhone 8 specifically running iOS 14.2 are rotated sideways and almost look as if they were recorded in locked portrait mode.
Videos recorded in portrait orientation work just fine.
It is a bit difficult to properly describe this issue so please refer to the three screenshots below.
Preview of Video Recorded in Portrait Mode
Preview of Video Recorded in Landscape Left Mode
Preview of Video Recorded in Landscape Right Mode
I am using version 2.3.0 of SCNRecorder.
I have failed to replicate this issue on the following devices:
I have also attempted to play around with the video settings (specifically the size and the scaling mode) rather than using the default video settings but that didn't seem to help.
Thank you in advance for looking into this.
The text was updated successfully, but these errors were encountered: