#include <visp3/core/vpImage.h>
#include <visp3/gui/vpDisplayGDI.h>
#include <visp3/gui/vpDisplayX.h>
#include <visp3/sensor/vpRealSense.h>
int main()
{
#ifdef VISP_HAVE_REALSENSE
try {
unsigned int width = 640, height = 480;
#ifdef VISP_HAVE_X11
#elif defined(VISP_HAVE_GDI)
#else
std::cout << "No image viewer is available..." << std::endl;
#endif
while (1) {
std::stringstream ss;
break;
}
std::cout << "Catch an exception: " << e << std::endl;
}
#endif
}