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 EXIT_SUCCESS;
std::cout << "Catch an exception: " << e << std::endl;
return EXIT_FAILURE;
}
}