-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Description
Expected Behavior
When streaming any video feed into QGC with the tracking feature activated (available in the Daily version), the system should register every click, even if repeated on the same spot after a short interval (e.g., 0.5–1 second). Each registered click should trigger a corresponding MAVLink message.
Current Behavior
Suppose we are streaming any video feed into QGC. In the Daily version, there is a tracking feature. When we activate it, the first click is registered, and an MAVLink message is sent. However, when clicking on the exact same spot again after 0.5–1 second, the click is not registered, and nothing happens.
Steps to Reproduce:
Please provide an unambiguous set of steps to reproduce the current behavior
- Pass video stream to QGC
- Enable tracking in Daily version
- Click on object
- Click on the same object again after 0.5-1+ sec.
System Information
- Operating System: Ubuntu 22.04
- QGC build: Daily
How can this QGC behavior be fixed to allow repeated clicks on the same spot? Could you please point out the code area responsible for this behavior or suggest a way to resolve it? Thanks.