ddd999
ddd999
I will give it a go and see how far I can get!
So I have made some progress setting this up. With this commit: https://github.com/ddd999/Rpanion-server/commit/2cba55412978935d515ded43b90ed1bbc0836555) I am able to detect various different MAVLink messages with onMavPacket in ./server/camera.js. However, Mission Planner (ArduPilot...
Hmm, I am definitely in over my head here. If I understand correctly, Rpanion needs to advertise itself as a component of the vehicle of type MAV_TYPE_CAMERA, in order to...
Oops, clicked the close button by accident!
Beat you to it :) Please review PR #170 when you have time, thanks!
I'm (very very) slowly trying to work my way up to adding this capability, but thought I should check in on the overall approach / conceptual design first. Here's what...
That makes total sense to include it as part of the Video page. It would definitely be best to integrate these features as much as possible. Yes, there would definitely...
I'm pondering more about how to implement this, I think by starting with still-image capture. That's (maybe) simpler, but also is the feature that I'm most interested in as it...
@rmackay9 I'm starting work to implement this as it ties in to #167 as mentioned. Is there a simple way to send custom MAVLink messages (like MAV_CMD_REQUEST_MESSAGE and the other...
@rmackay9, VIDEO_STREAM_INFORMATION reply has been implemented. I guess there is still some work left to implement the rest of the camera protocol described here: https://mavlink.io/en/services/camera.html#video_streaming Specifically: - Advertise the camera...