#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
#define ZIVID_PIMPL_REFERENCE_SEMANTICS(ClassName, Attributes)
Definition Pimpl.h:139
Information about camera model, serial number etc.
Definition CameraInfo.h:79
Information about camera connection state, temperatures, etc.
Definition CameraState.h:79
A 2D frame captured by a Zivid camera.
Definition Frame2D.h:69
ZIVID_CORE_EXPORT Image< ColorRGBA > imageRGBA() const
Get color (RGBA) image from the frame.
ZIVID_CORE_EXPORT Image< ColorSRGB > imageSRGB() const
Get color (sRGB) image from the frame.
ZIVID_CORE_EXPORT Settings2D settings() const
Get the settings used to capture this frame.
ZIVID_CORE_EXPORT Frame2D()
Construct a new empty 2d frame.
ZIVID_CORE_EXPORT FrameInfo info() const
Get information collected at the time of the capture.
ZIVID_CORE_EXPORT CameraInfo cameraInfo() const
Get information about the camera used to capture the frame.
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the frame.
ZIVID_CORE_EXPORT Frame2D clone() const
Returns a clone of the frame. The clone will include a copy of all of the frame data....
ZIVID_CORE_EXPORT CameraState state() const
Get the camera state data at the time of the capture.
ZIVID_CORE_EXPORT Image< ColorBGRA > imageBGRA() const
Get color (BGRA) image from the frame.
Various information for a frame.
Definition FrameInfo.h:79
A 2-dimensional image.
Definition Image.h:85
Settings used when capturing 2D images with a Zivid camera.
Definition Settings2D.h:79
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:56