gopro / OpenGoPro

An open source interface specification to communicate with a GoPro camera with accompanying demos and tutorials.
https://gopro.github.io/OpenGoPro/
MIT License
683 stars 151 forks source link

Stream audio/video as well as metadata #502

Closed Ektacom closed 5 months ago

Ektacom commented 5 months ago

It is already possible to stream audio and video via webcam mode but unfortunately metadata are not streamed. For UAV application (and more generally robotics application) having the metadata streams with video would be very usefull to make it possible to run some usefull algorithms like VIO algoritm (Visual Inertial Odometry algorithm).

That's why I would like to have during audio and video streaming the possibility to stream also the metadata (in particular IMU data).

tcamise-gpsw commented 5 months ago

Duplicate of #203