101 namespace Experimental
#define ZIVID_CORE_EXPORT
Definition: CoreExport.h:101
A handle to a 2D image being displayed on Zivid camera's projector
Definition: ProjectedImage.h:109
ZIVID_CORE_EXPORT std::string toString() const
Get string representation of the projected image
ZIVID_CORE_EXPORT Frame2D capture(const Settings2D &settings)
Capture a single 2D frame without stopping the ongoing image projection
ZIVID_CORE_EXPORT bool active() const
Check if a handle is associated with an ongoing image projection.
ZIVID_CORE_EXPORT void stop()
Stops the ongoing image projection
A 2D frame captured by a Zivid camera
Definition: Frame2D.h:117
Settings used when capturing 2D images with a Zivid camera
Definition: Settings2D.h:123
ZIVID_CORE_EXPORT std::ostream & operator<<(std::ostream &stream, const ProjectedImage &projectedImage)
Serialize the value to a stream
The main Zivid namespace. All Zivid code is found here
Definition: Application.h:99