38 #if 0 // test: Select the desired resolution 39 mrpt::vision::TCaptureCVOptions opts;
40 opts.frame_width = 320;
41 opts.frame_height = 240;
54 cout <<
"Press any key to stop capture to 'capture.rawlog'..." << endl;
64 if ((cnt++ % 20) == 0)
68 double t = tictac.
Tac();
70 printf(
"\n %f FPS\n", FPS);
76 CObservationImage::Create();
82 cerr <<
"Error retrieving images!" << endl;
90 if (
win.isOpen())
win.showImage(obs->image);
102 if (!strstr(
argv[1],
".avi"))
118 catch (
const std::exception& e)
125 printf(
"Another exception!!");
double Tac() noexcept
Stops the stopwatch.
A high-performance stopwatch, with typical resolution of nanoseconds.
Contains classes for various device interfaces.
CArchiveStreamBase< STREAM > archiveFrom(STREAM &s)
Helper function to create a templatized wrapper CArchive object for a: MRPT's CStream, std::istream, std::ostream, std::stringstream.
This class creates a window as a graphical user interface (GUI) for displaying images to the user...
This namespace contains representation of robot actions and observations.
void TestCapture_OpenCV()
mrpt::gui::CDisplayWindow3D::Ptr win
A class for grabing images from a "OpenCV"-compatible camera, or from an AVI video file...
bool kbhit() noexcept
An OS-independent version of kbhit, which returns true if a key has been pushed.
std::string exception_to_str(const std::exception &e)
Builds a nice textual representation of a nested exception, which if generated using MRPT macros (THR...
bool getObservation(mrpt::obs::CObservationImage &out_observation)
Grab an image from the opened camera.
Classes for creating GUI windows for 2D and 3D visualization.
Saves data to a file and transparently compress the data using the given compression level...
void Tic() noexcept
Starts the stopwatch.