-
-
Notifications
You must be signed in to change notification settings - Fork 55.8k
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
createTrackbar creates bars out of order and without numbers #5056
Comments
Has this been resolved? |
Having similar issues here. Is there a way to control either at creation or afterwards? |
nothing? Having the same issue. |
Also ran into this :( |
Same issue on El Capitan, openCV 3.2.0 |
Same issue. |
Not solve yet... |
Still an issue on El Capitan with OpenCV 3.2.0 |
OpenCV => 3.3.1 |
homebrew python has this problem as well |
I have the same problem when running range-detector script of Adrian Rosebrock from Pyimagesearch. It works well on windows but when running on MacOS High Sierra 10.13.6, Python 3.7.0 and OpenCV 4.0.0-pre, it does not display number and has wrong order of the bars. Hopefully some experts can fix it soon. |
Just ran into this issue as well |
same problem here |
Any solution? |
My Solution: I am using |
I have the same issue. Trackbars work but no value is displayed. MacOS Catalina |
Ok sinc 2015 and now is 2021 MacOS Biug sur 11.2.3 I have the sam issue |
I have the same issue - No values displayed on trackbars: macOS Catalina 10.15.7 |
any solutions? I can't make any process in my project :( |
I have the same issue :( |
Facing the issue in MacOS Big sur 11.5.2 |
same issue :( |
It's a free, open source library. So far for those 6 years, most people running into the problem seem to be content with just posting a "me too", rather than rolling up their sleeves and having a shot at fixing it. |
I'm sorry that I'm not competent enough to fix it myself. |
I'm just here as a spectator. Apple has rented me none of their devices to use. If anyone feels like getting to know Cocoa, or already knows it, here is the code to dig into: https://github.com/opencv/opencv/blob/master/modules/highgui/src/window_cocoa.mm |
@dan-masek I just try to learn OpenCV from the tutorial on youtube then I am stuck here. I think many people have the same problem as mine |
That's perfectly okay. Reporting an issue is good work already and it is appreciated. Open source should remember that not everyone has the time to get familiar with an unfamiliar code base. It's there for the curious and exploration should be encouraged, but it should not be an obligation. Nor can volunteer developers, who work on the parts of it they're personally interested in, be expected to fix issues in a timely manner. The work never ends and the few people that do get paid receive priorities attached with the money. |
For me, on windows, the trackbar is appearing properly, |
Hi, I'm on macOS and I use openCV for a university project. Trackbars not showing values is a bit annoying so I'll try fixing this bug. It's the first time I'm contributing to an open-source project, and I'm still a junior developper so it may take some time but I'll do my best. |
I just send a PR to solve the order problem. If it is accepted, I will have a look on the numbers issue. |
Transferred from http://code.opencv.org/issues/4459
createTrackbar creates bars out of order and without numbers
History
The text was updated successfully, but these errors were encountered: