syncing accelerometer data of android wear to phone or computer

[亡魂溺海] 提交于 2019-12-10 09:55:50

问题


Is it possible to sync real time data generated by sensors such as accelerometer, gyroscope etc. which are fitted on the smart watch (running on android wear) to any phone instantly. Is yes, how to do so ?


回答1:


Yes it is possible.

Use the SensorsApi to collect the data.

Use the MessageApi to send the data from the watch to the phone.



来源:https://stackoverflow.com/questions/28189733/syncing-accelerometer-data-of-android-wear-to-phone-or-computer

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!