#include <visp3/io/vpImageIo.h>
#include <visp3/core/vpImageTools.h>
#include <visp3/core/vpXmlParserCamera.h>
int main()
{
try {
#ifdef VISP_HAVE_XML2
std::cout << "Cannot found parameters for camera named \"Camera\"" << std::endl;
}
#else
#endif
std::cout << cam << std::endl;
}
std::cout << "Catch an exception: " << e << std::endl;
}
return 0;
}