-
Notifications
You must be signed in to change notification settings - Fork 119
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
Camera feed is compatible with MAVLink? #220
Comments
I don't know if the MAVLink messages regarding video streaming are mature or supported by QGC. |
I'm not sure If I understood correctly your issue. |
I also don't know that, I just was wondering if the current code of RD has enabled the camera service to centralize the sensor readings. My idea is to get all readings through a python script using DroneKit-Python. If QGC supports it is also an open question. However, I was thinking that maybe the MAVLink camera manager could be used to check the camera services availability. |
I implemented some camera trigger and movement mavlink messages for the MissionManager class, but I didn't do anything with the camera discovery messages. If you need them, it's good to implement the corresponding mavlink messages. If the mavlink messages definition is incomplete, you can contact the mavlink team and propose adding new messages and parameters. |
Is your feature request related to a problem? Please describe.
Hi, I was wondering if the camera feed are in the MAVLink protocol, to have a centralized sensor communication as standard.
I found this repo and it seems interesting to be appearing the drones video feed.
Describe the solution you'd like
Describe alternatives you've considered
No response
Additional context
As mentioned in #219, that the video feed freezes when the YUV data is decoded and transmitted. Maybe can be assured a full MAVLink compatibility, proxying the drone sensors and actuators through the protocol.
The text was updated successfully, but these errors were encountered: