Skip to content

Does not register two consecutive clicks on the same point on the screen #12193

@nechtobolshee

Description

@nechtobolshee

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

  1. Pass video stream to QGC
  2. Enable tracking in Daily version
  3. Click on object
  4. 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions