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
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
All of the camera samples were written with OMAP hardware, which supports viewfinder rotation. The photo viewfinder samples may tend to render sideways on non-OMAP hardware.
The fix for this is to apply screen_set_window_property_iv(...., SCREEN_PROPERTY_ROTATION, ....); when the viewfinder window attaches.
This issue is here to remind me to revisit this when I get a chance. Heck -- any community takers?? :P
The text was updated successfully, but these errors were encountered:
yah, it's a lot of work to support full rotation properly.
certainly to support the default orientation isn't too much work.
The BestCamera sample is the new go-to authority on getting things upright. Many of those samples were just coded to illustrate a single feature, so they are still valid from that viewpoint, but yes, they have limited utility outside of OMAP Z10 and Q10 :)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
All of the camera samples were written with OMAP hardware, which supports viewfinder rotation. The photo viewfinder samples may tend to render sideways on non-OMAP hardware.
The fix for this is to apply screen_set_window_property_iv(...., SCREEN_PROPERTY_ROTATION, ....); when the viewfinder window attaches.
This issue is here to remind me to revisit this when I get a chance. Heck -- any community takers?? :P
The text was updated successfully, but these errors were encountered: