If somebody can help me here, it would be great. I am working on target tracking and am wondering if a user can select the target from the video stream of the QGroundControl?
So that when he/she selects a target in the video stream, the pixel coordinate will be sent to the onboard companion processor for target tracking?
That’s not something that is implemented. You would have to add that yourself. Contributions are always welcome.
And for the MAVLink part we have some messages specified to communicate the tracking:
https://mavlink.io/en/messages/common.html#MAV_CMD_DO_GIMBAL_MANAGER_TRACK_POINT
Hi,
We have implemented this feature in QGC. Basically, once this feature is activated, it takes each touch input coordinate and writes to two parameters in PX4.
But one issue we are observing is, if the touches are repeated quickly, PX4 is giving “acceleration 0 timeout” or “mag 0 timeout” error. And in some cases, “CPU load reached 100%”.
Can you please suggest any way to resolve this?
Background:
We are using herelink module connected to Pixhawk cube 2.1 , running PX4 1.10.1
Hello, I want to do something similar. I want to transfer the height, width and center points of the target we selected from the ground in the camera pixel ratio. I want to process this information I transferred in the Opencv Roi algorithm on a Single Board Computer. How can I do this? What are your developments? Can you help me?