32 uint64_t cameraGUID = 0;
33 uint16_t cameraUnit = 0;
48 cameraGUID, cameraUnit, options,
true );
52 cout <<
"Press any key to stop capture to 'capture.rawlog'..." << endl;
64 if ((cnt++ % 10) == 0)
68 double t = tictac.
Tac();
70 printf(
"\n %f FPS\n", FPS);
80 CObservationImage::Create();
84 if (!capture.getObservation(*obs))
86 cerr <<
"Error retrieving images!" << endl;
95 if (
win.isOpen())
win.showImage(obs->image);
107 catch (
const std::exception& e)
114 printf(
"Another exception!!");
double Tac() noexcept
Stops the stopwatch.
Options used when creating an dc1394 capture object All but the frame size, framerate, and color_coding can be changed dynamically by CImageGrabber_dc1394::changeCaptureOptions.
A high-performance stopwatch, with typical resolution of nanoseconds.
Contains classes for various device interfaces.
mrpt::io::CFileGZOutputStream CFileGZOutputStream
A class for grabing images from a IEEE1394 (Firewire) camera using the libdc1394-2 library...
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.
mrpt::gui::CDisplayWindow3D::Ptr win
int frame_width
Capture resolution (Default: 640x480)
grabber_dc1394_color_coding_t color_coding
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...
Classes for creating GUI windows for 2D and 3D visualization.
void Tic() noexcept
Starts the stopwatch.