#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
Various information for a frame
Definition: FrameInfo.h:123
A frame captured by a Zivid camera
Definition: Frame.h:115
ZIVID_CORE_EXPORT Frame(const std::string &fileName)
Creates a frame by loading data from a file
ZIVID_CORE_EXPORT FrameInfo info() const
Get information collected at the time of the frame capture
ZIVID_CORE_EXPORT PointCloud pointCloud() const
Get the point cloud
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the frame
ZIVID_CORE_EXPORT Settings settings() const
Get the settings used to capture this frame
ZIVID_CORE_EXPORT void save(const std::string &fileName) const
Save the frame to file
ZIVID_CORE_EXPORT CameraState state() const
Get the camera state data at the time of the frame capture
ZIVID_CORE_EXPORT Frame()
Construct a new frame
ZIVID_CORE_EXPORT void load(const std::string &fileName)
Load a frame from a Zivid data file
ZIVID_CORE_EXPORT CameraInfo cameraInfo() const
Get information about the camera used to capture the frame
Point cloud with x, y, z, RGB color and SNR laid out on a 2D grid
Definition: PointCloud.h:115
Settings used when capturing with a Zivid camera
Definition: Settings.h:124
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:99