-
Notifications
You must be signed in to change notification settings - Fork 2
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
trying to be backward compatible #7
base: master
Are you sure you want to change the base?
Conversation
I'm not sure though if we shouldn't first check for cv2 instead of cv but also I don't know if there is an older cv2 which was working with the older engine.py but now with the newer opencv engine it doesn't work anymore?! (Also is travis using opencv2 or opencv3?) |
I see that there is really an cv2 for opencv2 .. so unsure how to handle that really |
tested now, opencv2.4 works with the engine_cv3 without a glitch.. so if I recall this, I would probably remove the engine.py and replace it with the engine_cv3.py or is there still a need for the old |
2.3 betaJune, 2011
so I think it is quiet okay to say, that we don't want to keep |
The cv interface (C api) was officially deprecated about two years ago. It would be best to be compliant and remove the old engine. |
Have you been able to get a working travis build with it? |
I believe I found a working pre-compiled package. I'll be using https://github.com/skvark/opencv-python for testing. |
yeah the opencv-python thing is what I use as well, but this will always have the latest OpenCV version built-in .. so if you want to test for OpenCV 2.4 or any other in OpenCV 3.x except the latest stable, it won't really help.. so it depends what you think you want to achieve with the testing |
No description provided.