-
Notifications
You must be signed in to change notification settings - Fork 69
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
videoio cv 3.0 #1
Comments
I just updated the guide for the OpenCV 3.0 release version and compiled the trackers according to the guide: I chose OpenCV 3.0, because of intel's free IPPI tools that come with it. These speed up the FFT calculations. I coded the trackers for OpenCV 3.0 and do not know how much work would be required to use an older OpenCV version. |
Just on a sidenote, you can test, if you can track the provided test sequence to check, if the problem only exists with the camera. |
Well, I got the following:
|
|
Hi, I'm trying to run the program, but after a successful compilation I get a window with a choice of capture source. No camera is initialized, and if the initialization occurs, I get a black screen with no frames and messages about the impossibility to grab frames.
As far as I understand, the project must build on opencv 3.0, so my question is what the next version of the operating system and version you opencv was used in this build? Other projects openTLD I compiled fine with opencv 2.4.9 and as far as I understand cv 2 by default don't use videoinput library. I'am try build opencv 3.0 without videoinput, but do not get results.
How big is the integration of the project with opencv 3.0?
Thank you for your attention.
The text was updated successfully, but these errors were encountered: