Images grabbing example with the vpDiskGrabber class.
#include <visp3/core/vpConfig.h>
#include <visp3/core/vpImage.h>
#include <visp3/io/vpDiskGrabber.h>
int main()
{
try {
for(int cpt = 0; cpt < 100; cpt++)
{
}
return 0;
}
std::cout << "Catch an exception: " << e << std::endl;
return 1;
}
}