Skip to content
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

Button overlay and video do not record in correct orientation when app is restricted to Landscape orientation on iPad #3

Open
coreyfloyd opened this issue Dec 3, 2012 · 2 comments

Comments

@coreyfloyd
Copy link

Looking through the source, I didn't see any code that responds to device orientation so this may not be handled at all.

Handling rotations DURING recording may be problematic, but before a recording begins, we should probably ensure that we begin in the correct orientation.

I believe any transforms applied to the video are hard coded (am I wrong here?), so we may just need to check the interface orientation when just before we start recording and update the transforms.

@gabriel
Copy link
Owner

gabriel commented Dec 4, 2012

Yeah I totally punted on orientation stuff since it wasn't clear what the best approach was..

@aperritano
Copy link

landscape would be great to have

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants