-
Notifications
You must be signed in to change notification settings - Fork 30
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
Question: How to test that mavlink works? #445
Comments
Hi @phuesler, Yeah, the exactly thing you are missing is to ask for mavproxy for an exclusive endpoint for mavlink camera manager.
(note that here I'm using and then:
(note that I'm using I hope this helps, |
Oh, just to be clear:
|
Thanks for your quick reply and for taking the time. Unfortunately I see still the same behavior, issuing the above commands.
If it helps, I see this in the SITL console:
|
Hi,
Thank you for creating and contributing to this useful project.
I'm struggling to understand the flow of data and hope that you can shed some light on it. Where can I test that I can start/top etc. the camera through mavlink commands? I was hoping this would work with QGrouncControl.
As I understand it, there are 4 components involved:
Which components are connected together? I assumed that QGroundControl and mavlink-camera-manager, there is no need to involve the flight controller. But I'm starting to think that his is wrong. Because I can't get it to work:
I followed the example in the Readme and issued the following commands:
I then changed the QGroundControl Application settings to listen on port 5600 for a UDP stream. Once configured in the UI of mavlink-camera-manager, the video shows up in QGroundControl.
When I check the output of mavlink-camera-manager, it doesn't say anything about a successful mavlink connection. It is outputting the same debug message about mavlink HEARTBEAT, regardless of weather QGroundControl is running or not.
What am I missing here?
The text was updated successfully, but these errors were encountered: