You are not logged in.
regarding sensors on linux; how can someone address/read the sensors data in realtime?
I've found lsmod + modinfo hid_sensor_rotation shows some information. But I can't tell rather the display is rotated or not.
any input really helpful, thanks.
https://launchpad.net/magick-rotation
Last edited by gree (2016-06-11 20:25:33)
Offline
regarding sensors on linux; how can someone address/read the sensors data in realtime?
Try looking in /sys/class/hid or /dev/input/wacom*
Offline
If anyone wants to move on from here
... I found all sensor devices within /sys/bus/iio/devices[0-9]/*.*
to read data; example:
cat /sys/bus/iio/devices/iio:device0/in_accel_z_raw
it takes more time than expected to get it somehow right.
Good Luck!
Last edited by gree (2016-06-12 15:36:45)
Offline
@gree, I'm going to remove the added tags -- "closed" is reserved for Mod & Admin usage and having "solved" in the thread title when it isn't may frustrate future searches.
Offline