32 cout <<
" FlyCapture2 version: " 42 cam_options.
videomode =
"VIDEOMODE_1280x960RGB";
45 capture.
open(cam_options);
48 cout <<
"Press any key to stop capture to 'capture.rawlog'..." << endl;
57 CObservationImage::Create();
63 if ((cnt++ % 20) == 0)
67 double t = tictac.
Tac();
69 printf(
"\n %f FPS\n", FPS);
76 cerr <<
"Error retrieving images!" << endl;
82 if (
win.isOpen())
win.showImage(obs->image);
95 catch (
const std::exception& e)
102 printf(
"Another exception!!");
double Tac() noexcept
Stops the stopwatch.
bool getObservation(mrpt::obs::CObservationImage &out_observation)
Grab mono image from the camera.
A wrapper for Point Gray Research (PGR) FlyCapture2 API for capturing images from Firewire...
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.
void TestCapture_FlyCapture2()
This class creates a window as a graphical user interface (GUI) for displaying images to the user...
std::string videomode
(Default="", which means default) A string with a video mode, from the list available in FlyCapture2:...
This namespace contains representation of robot actions and observations.
Options used when creating a camera capture object of type CImageGrabber_FlyCapture2.
mrpt::gui::CDisplayWindow3D::Ptr win
static std::string getFC2version()
Returns the PGR FlyCapture2 library version.
std::string framerate
(Default="", which means default) A string with a framerate, from the list available in FlyCapture2::...
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.
Saves data to a file and transparently compress the data using the given compression level...
void Tic() noexcept
Starts the stopwatch.
void open(const TCaptureOptions_FlyCapture2 &options, const bool startCapture=true)
Tries to open the camera with the given options, and starts capture.