UFOID / UFO-Detector

UFO Detector
http://ufoid.net/
GNU General Public License v3.0
54 stars 8 forks source link

Doesn't compile in OpenCV < 3.0 #63

Closed UFOID closed 7 years ago

UFOID commented 7 years ago

Properties like CAP_PROP_FRAME_WIDTH won't be found when compiling with an older version of OpenCV.

AFAIK the binaries that come with libopencv are always < 3.0 which is unfortunate. I think the readme should be updated to require a build of 3.0 or higher