Hi,
I’m trying to create a simulated camera that will connect to the QGC application.
i am using pymavlink to send the mavlink message that will simulate the camera.
the messages i send are: heartbeat (2hz) and when needed i will send the video_stream_information.
within the video_stream_information there is the stream name and uri, i have check and even without inputting any text the added ascii chercters show up on the screen.
is there a message that i do not send or that i have sent the message with wrong data?
Thanks.
linked to this issue is an example of what happens on the QGC application