Bug 808 - NEWT Input: Add support for Gyroscope / Accelerometer Devices
Summary: NEWT Input: Add support for Gyroscope / Accelerometer Devices
Status: UNCONFIRMED
Alias: None
Product: Newt
Classification: JogAmp
Component: core (show other bugs)
Version: tbd
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 807
  Show dependency treegraph
 
Reported: 2013-08-05 17:15 CEST by Sven Gothel
Modified: 2019-03-29 13:58 CET (History)
1 user (show)

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!).