-
Notifications
You must be signed in to change notification settings - Fork 896
mouse coordinates seem to be off using version 4.5 or higher #860
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
Comments
@UniversalAl What is your platform? Could you add more details on your OpenCV configuration? |
current working setup with no issue: So basically if using a setup for latest python 3.11, latest opencv (4.7.x ? not sure now) and Windows 10 (using now) the issue would be present |
No one experiences wrong pixel coordinate readings? |
Actual behaviour
opencv version 4.4.0 seams to be still ok, but somewhere for later versions mouse reading coordinates seems to be off, is that true? Not sure what version it starts but latest 4.6 or 4.7 for sure
It could be tested in code below. It is a 2x2 image, so with mouse increase the size of the window. It should print proper mouse coordinates while hoovering with mouse over image. But latest opencv versions show proper value only for top , left quadrant for a pixel
Steps to reproduce
The text was updated successfully, but these errors were encountered: