Main MRPT website > C++ reference for MRPT 1.9.9
Macros
CImageGrabber_FlyCapture2.cpp File Reference
#include "hwdrivers-precomp.h"
#include <mrpt/hwdrivers/CImageGrabber_FlyCapture2.h>
#include <mrpt/system/string_utils.h>
#include <mrpt/system/datetime.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/imgproc/imgproc_c.h>

Go to the source code of this file.

Macros

#define CHECK_FC2_ERROR(_err)
 
#define CHECK_TRICLOPS_ERROR(_err)
 
#define FC2_CAM   reinterpret_cast<FlyCapture2::Camera*>(m_camera)
 
#define FC2_CAM_INFO   reinterpret_cast<FlyCapture2::CameraInfo*>(m_camera_info)
 
#define FC2_BUF_IMG   reinterpret_cast<FlyCapture2::Image*>(m_img_buffer)
 
#define TRI_CONTEXT   reinterpret_cast<TriclopsContext*>(m_triclops)
 

Macro Definition Documentation

◆ CHECK_FC2_ERROR

#define CHECK_FC2_ERROR (   _err)

◆ CHECK_TRICLOPS_ERROR

#define CHECK_TRICLOPS_ERROR (   _err)
Value:
{ \
if (_err != TriclopsErrorOk) \
{ \
THROW_EXCEPTION_FMT( \
"Triclops Error:\n'%s'", triclopsErrorToString(_err)) \
} \
}

Definition at line 41 of file CImageGrabber_FlyCapture2.cpp.

Referenced by mrpt::hwdrivers::CImageGrabber_FlyCapture2::getObservation(), and mrpt::hwdrivers::CImageGrabber_FlyCapture2::open().

◆ FC2_BUF_IMG

#define FC2_BUF_IMG   reinterpret_cast<FlyCapture2::Image*>(m_img_buffer)

◆ FC2_CAM

#define FC2_CAM   reinterpret_cast<FlyCapture2::Camera*>(m_camera)

◆ FC2_CAM_INFO

#define FC2_CAM_INFO   reinterpret_cast<FlyCapture2::CameraInfo*>(m_camera_info)

◆ TRI_CONTEXT

#define TRI_CONTEXT   reinterpret_cast<TriclopsContext*>(m_triclops)



Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019