Commit 22701f0c authored by Alexander Alekhin's avatar Alexander Alekhin

imgcodecs(CAP_IMAGES): fix handling of input pattern

parent 1810702b
This diff is collapsed.
......@@ -130,8 +130,10 @@ CvCapture* cvCreateCameraCapture_XIMEA( const char* serialNumber );
CvCapture* cvCreateCameraCapture_AVFoundation(int index);
CvCapture* cvCreateCameraCapture_Aravis( int index );
namespace cv {
CvCapture* cvCreateFileCapture_Images(const char* filename);
CvVideoWriter* cvCreateVideoWriter_Images(const char* filename);
}
#define CV_CAP_GSTREAMER_1394 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment