Videocapture to read folder of TIFF files
Hi, I'm trying to read a bunch of images using Videocapture
Videocapture cap("C:/.../%04d.tiff");
and I'm getting the following errors:
could fund no file with path 'C:/.../%04d.tiff' and index in the range 0-4
warning: Error opening file (../../modules/highgui/src/cap_ffmpeg_impl.hpp:537
any ideas? thanks!
is that literarily "C:/.../%04d.tiff" ?
no... it is an existing path in my computer...