You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this library, thanks for all the hard work!
I'm having a problem though. I'm unable to lock the camera in Lansdcape. My entire project supports LandscapeLeft/Right only. On my fastttCamera instance, I've set interfaceRotatesWithOrientation = NO.
If I start the camera holding the device in Landscape mode, everything works great. But if I hold the device in portrait mode, and start the camera, the viewport is rotated 90 degrees. I can now rotate the phone in any direction, and the viewport will stay offset 90 degrees.
Here's a dandy image taken, after starting in Landscape mode & staying in landscape mode.
Here's a not so dandy one, taken after starting holding the phone in portrait, and then rotating back to landscape.
Note that these are screenshots, not images saved using the delegate callbacks.
Just an update that I'm taking a look at this! I designed the orientation lock to apply mainly to portrait mode (which is how we use it at IFTTT)- it's taking a bit of a larger update to handle landscape-only rotation properly.
I love this library, thanks for all the hard work!
I'm having a problem though. I'm unable to lock the camera in Lansdcape. My entire project supports LandscapeLeft/Right only. On my fastttCamera instance, I've set interfaceRotatesWithOrientation = NO.
If I start the camera holding the device in Landscape mode, everything works great. But if I hold the device in portrait mode, and start the camera, the viewport is rotated 90 degrees. I can now rotate the phone in any direction, and the viewport will stay offset 90 degrees.
Here's a dandy image taken, after starting in Landscape mode & staying in landscape mode.
Here's a not so dandy one, taken after starting holding the phone in portrait, and then rotating back to landscape.
Note that these are screenshots, not images saved using the delegate callbacks.
Here's a gist of my CameraViewController.m >> https://gist.github.com/jonstoked/43cb9674183f984c1006.
Any ideas?
Thanks,
Jon
The text was updated successfully, but these errors were encountered: