Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read IMU data over BLE #612

Open
pavlosharhan2 opened this issue Sep 25, 2024 · 0 comments
Open

Read IMU data over BLE #612

pavlosharhan2 opened this issue Sep 25, 2024 · 0 comments
Labels
enhancement New feature or request triage Needs to be reviewed and assigned

Comments

@pavlosharhan2
Copy link

pavlosharhan2 commented Sep 25, 2024

First ensure you are using a camera that is currently supported by Open GoPro. Any other tickets will be rejected.

It would be great to be able to query the IMU data through some characteristic dedicated for that. The use case is to correctly position the camera in space, and just track any movements even when the camera is not recording. It will be handy in understanding which direction the camera is looking at, which can have many applications for 3rd party software. In my case I want to see the pan and tilt for lining up the cameras using servos in cricket game,

Proposed solution: 1 more characteristic in addition to existing ones that I can subscribe to and receive notifications. The IMU data can be pacetized as 6 2-byte values ( 3 for acc and 3 for gyro)

I know it's possible to get gpmf data from video via http api, but it doesn't allow to get the data in real time / when the camera is not recording

Thanks

@pavlosharhan2 pavlosharhan2 added the enhancement New feature or request label Sep 25, 2024
@github-actions github-actions bot added the triage Needs to be reviewed and assigned label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage Needs to be reviewed and assigned
Projects
None yet
Development

No branches or pull requests

1 participant