Bug 808

Summary: NEWT Input: Add support for Gyroscope / Accelerometer Devices
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: UNCONFIRMED ---    
Severity: enhancement CC: rami.santina
Priority: ---    
Version: tbd   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
Workaround: ---
Bug Depends on:    
Bug Blocks: 807    

Description Sven Gothel 2013-08-05 17:15:58 CEST
Gyroscope / Accelerometer devices shall utilize NEWT w/ the directional acceleration
and in case of having even a gyroscope w/ the rotation as well (TBD!).

Initial implementation shall be done for Android and Windows8 devices and GNU/Linux if available.
GNU/Linux may be realized either via X11 or direct.

Accelerometer events on GNU/Linux:
  <http://www.alwaysinnovating.com/wiki/index.php/Accelerometer>

  Sensors (Light, compass, accelerometer, gyro). These are all exposed under sysfs.
    <http://www.bestandroidblog.com/how-to-install-the-archlinux-on-the-t/>

Accelerometer events hooked to X11:
  <http://www.ibm.com/developerworks/opensource/library/os-thinkpad/>
Comment 1 Sven Gothel 2013-08-05 17:19:58 CEST
utilize -> provide !

(In reply to comment #0)
> Gyroscope / Accelerometer devices shall utilize NEWT w/ the directional
> acceleration
> and in case of having even a gyroscope w/ the rotation as well (TBD!).

Gyroscope / Accelerometer devices shall provide NEWT w/ the directional
acceleration and in case of having even a gyroscope w/ the rotation as well (TBD!).