|
Re: MJPG Streamer input from opencv in C++
Quote:
Originally Posted by jreneew2
Alright, I wrote up some new code and I am getting some linking errors around cscore. Here is my make file.
SNIP
Thank you for the help!
- Drew
|
Hmm that's interesting. Something I noticed is that you have -std=c++0x set. We build everything with -std=c++1y. That might explain that. Try changing to that. Also if you are interested, at the link afterward is all the compiler options we set. https://github.com/wpilibsuite/Visio...ins/arm.gradle
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
|