102#include <type_traits>
#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:101
Information about camera model, serial number etc.
Definition: CameraInfo.h:123
Information about camera connection state, temperatures, etc.
Definition: CameraState.h:123
A 2D frame captured by a Zivid camera
Definition: Frame2D.h:117
ZIVID_CORE_EXPORT Image< ColorRGBA > imageRGBA() const
Get color (RGBA) 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 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:123
A 2-dimensional image
Definition: Image.h:115
Settings used when capturing 2D images with a Zivid camera
Definition: Settings2D.h:123
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:99