 |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Go to the documentation of this file.
56 #include <type_traits>
73 template<
typename PixelFormat>
74 Image<PixelFormat>
image()
const
76 static_assert(std::is_same<PixelFormat, Zivid::RGBA8>::value,
"PixelFormat must be Zivid::RGBA8.");
77 return imageImpl<PixelFormat>();
94 template<
typename PixelFormat>
ZIVID_API_EXPORT FrameInfo info() const
Get information collected at the time of the capture
Image< PixelFormat > image() const
Definition: Frame2D.h:153
ZIVID_API_EXPORT Settings2D settings() const
Get the settings used to capture this frame
ZIVID_API_EXPORT std::string toString() const
Get string representation of the frame
#define ZIVID_API_EXPORT_TEMPLATE_H
Definition: APIExport.h:76
ZIVID_API_EXPORT CameraState state() const
Get the camera state data at the time of the capture
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:52
#define ZIVID_API_EXPORT
Definition: APIExport.h:56