57 #include <type_traits>
#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:57
Information about camera connection state, temperatures, etc.
Definition: CameraState.h:76
A 2D frame captured by a Zivid camera
Definition: Frame2D.h:68
ZIVID_CORE_EXPORT Settings2D settings() const
Get the settings used to capture this frame
ZIVID_CORE_EXPORT FrameInfo info() const
Get information collected at the time of the capture
ZIVID_CORE_EXPORT Image< ColorRGBA > imageRGBA() const
Get color (RGBA) image from the frame
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the frame
ZIVID_CORE_EXPORT CameraState state() const
Get the camera state data at the time of the capture
Various information for a frame
Definition: FrameInfo.h:76
A 2-dimensional image
Definition: Image.h:71
Settings used when capturing 2D images with a Zivid camera
Definition: Settings2D.h:76
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:55