CAP_PROP_FRAME_WIDTH not member of cv
how to resove the error of
error: ‘CAP_PROP_FRAME_WIDTH’ is not a member of ‘cv’
mCap.set(cv::CAP_PROP_FRAME_WIDTH, 640);
how to resove the error of
error: ‘CAP_PROP_FRAME_WIDTH’ is not a member of ‘cv’
mCap.set(cv::CAP_PROP_FRAME_WIDTH, 640);
in ver 3.0 CAP_PROP_FRAME_WIDTH
is member of cv:: namespace. May be you are using an outdated version of OpenCV ? did you try with CV_CAP_PROP_FRAME_WIDTH
?
Asked: 2016-02-12 02:53:08 -0600
Seen: 4,219 times
Last updated: Feb 12 '16
How to decrease the number of processed frames from a live video camera?
Area of a single pixel object in OpenCV
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Using OpenCV's stitching module, strange error when compositing images
compile error in opencv2/flann/lsh_table.h when compiling bgslibrary