#include <visp/vpImageIo.h>
#include <visp/vpImageTools.h>
#include <visp/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;
}