KonradIT / gopro-py-api

Unofficial GoPro API Library for Python - connect to GoPro via WiFi.
MIT License
1.4k stars 211 forks source link

Fetching real time accelerometer data for Fusion #162

Open sahajamatya opened 3 years ago

sahajamatya commented 3 years ago

Can accelerometer data be fetched in real time for Fusion? I am trying to automate the image taking process so that the interval between each picture taken would depend upon what speed I am traveling at.

HenryKang1 commented 3 years ago

Did you figure it out? I am also wondering about it.

sahajamatya commented 3 years ago

HenryKang1,

I pivoted my application to be mobile web-based, this has allowed me to utilize the phone's accelerometer with JavaScript instead of relying on data from the GoPro which would've been nice. I am not aware if something similar can be done with python. Here is a YouTube video I used as a reference.

HenryKang1 commented 3 years ago

HenryKang1,

I pivoted my application to be mobile web-based, this has allowed me to utilize the phone's accelerometer with JavaScript instead of relying on data from the GoPro which would've been nice. I am not aware if something similar can be done with python. Here is a YouTube video I used as a reference.

Thank you for application. I want to apply Gopro for VIO so I just want to check gopro provide the imu data wirelessly.