Wishlist/Dynamic Screen Orientation

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Dynamic Screen Orientation)
m (Applications)
Line 9: Line 9:
 
There are already some [[applications]] that gives this ability to the [[Neo FreeRunner]]
 
There are already some [[applications]] that gives this ability to the [[Neo FreeRunner]]
  
[[Gestures]]
+
[[Gestures]]<br>
 
Gestures is a daemon that interpret the accelerometers and the movements you make with your FreeRunner. It's also switch between portrait/landscape if it notice your FreeRunner is moved sideways.  
 
Gestures is a daemon that interpret the accelerometers and the movements you make with your FreeRunner. It's also switch between portrait/landscape if it notice your FreeRunner is moved sideways.  
  
[[Rotate]]
+
[[Rotate]]<br>
 
This program just rotates the screen according to the position of the Neo FreeRunner. It's just on c file, but it works very well.  
 
This program just rotates the screen according to the position of the Neo FreeRunner. It's just on c file, but it works very well.  
  
 
[[Category:Accelerometer]]
 
[[Category:Accelerometer]]

Revision as of 15:06, 24 August 2008

Wishes warning! This article or section documents one or more OpenMoko Wish List items, the features described here may or may not be implemented in the future.

Dynamic Screen Orientation

Using an accelerometer to sense which direction is down, the interface could switch between portrait and landscape display modes, and possibly even upside down modes for a total of 4 screen orientations.

This orientation should also be used when capturing images or videos in either landscape or portrait mode. This eliminated the need for tedious rotation correction for captures images and movies. For images this orientation should also be stored in EXIF tags.

Applications

There are already some applications that gives this ability to the Neo FreeRunner

Gestures
Gestures is a daemon that interpret the accelerometers and the movements you make with your FreeRunner. It's also switch between portrait/landscape if it notice your FreeRunner is moved sideways.

Rotate
This program just rotates the screen according to the position of the Neo FreeRunner. It's just on c file, but it works very well.

Personal tools
Wishes warning! This article or section documents one or more OpenMoko Wish List items, the features described here may or may not be implemented in the future.

Dynamic Screen Orientation

Using an accelerometer to sense which direction is down, the interface could switch between portrait and landscape display modes, and possibly even upside down modes for a total of 4 screen orientations.

This orientation should also be used when capturing images or videos in either landscape or portrait mode. This eliminated the need for tedious rotation correction for captures images and movies. For images this orientation should also be stored in EXIF tags.

Applications

There are already some applications that gives this ability to the Neo FreeRunner

Gestures Gestures is a daemon that interpret the accelerometers and the movements you make with your FreeRunner. It's also switch between portrait/landscape if it notice your FreeRunner is moved sideways.

Rotate This program just rotates the screen according to the position of the Neo FreeRunner. It's just on c file, but it works very well.