33 cout <<
" FlyCapture2 version: " 41 cam_options_left.
framerate =
"FRAMERATE_30";
42 cam_options_left.
videomode =
"VIDEOMODE_1280x960RGB";
55 cam_options_left,
false );
75 cam_options_right,
false );
88 cout <<
"Press any key to stop capture to 'capture.rawlog'..." << endl;
97 CObservationImage::Create();
100 obsL->sensorLabel =
"LEFT";
103 CObservationImage::Create();
106 obsR->sensorLabel =
"RIGHT";
110 if ((cnt++ % 20) == 0)
114 double t = tictac.
Tac();
116 printf(
"\n %f FPS\n", FPS);
125 cerr <<
"Error retrieving images!" << endl;
131 if (winL.isOpen()) winL.showImage(obsL->image);
132 if (winR.isOpen()) winR.showImage(obsR->image);
145 catch (
const std::exception& e)
152 printf(
"Another exception!!");
double Tac() noexcept
Stops the stopwatch.
bool getObservation(mrpt::obs::CObservationImage &out_observation)
Grab mono image from the camera.
bool strobe_enabled
(default=false) Enable the generation of a strobe signal in GPIO.
A wrapper for Point Gray Research (PGR) FlyCapture2 API for capturing images from Firewire...
float strobe_duration
(default=1.0) Pulse durationin ms.
A high-performance stopwatch, with typical resolution of nanoseconds.
Contains classes for various device interfaces.
void startCapture()
Start the actual image capture of the camera.
void TestCapture_FlyCapture2_stereo()
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.
unsigned int trigger_source
(default=0) Refer to PGR docs.
unsigned int strobe_source
(default=0) Refer to PGR docs.
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.
bool trigger_enabled
(default=false) Enable non-free-running mode, only capturing when a given input trigger signal is det...
static void startSyncCapture(int numCameras, const CImageGrabber_FlyCapture2 **cameras_array)
Starts a synchronous capture of several cameras, which must have been already opened.
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.
unsigned int camera_guid[4]
GUID of the camera to open, only when open_by_guid==true.
void open(const TCaptureOptions_FlyCapture2 &options, const bool startCapture=true)
Tries to open the camera with the given options, and starts capture.
bool open_by_guid
(Default=false) Set to true to force opening a camera by its GUID, in camera_guid ...