55 namespace Experimental::PointCloudExport
76 static constexpr const char *
description{
"Zivid Data File" };
91 std::filesystem::path m_fileName;
139 std::filesystem::path m_fileName;
178 std::filesystem::path m_fileName;
191 static constexpr const char *
description{
"Point Cloud Data File" };
217 std::filesystem::path m_fileName;
#define ZIVID_CORE_EXPORT
Definition CoreExport.h:56
A frame captured by a Zivid camera.
Definition Frame.h:69
ColorSpace
Color space to use when saving frame.
Definition PointCloudExport.h:62
ZIVID_CORE_EXPORT void exportFrame(const Zivid::Frame &frame, const FileFormat::ZDF &specification)
Save frame to ZDF file.
The main Zivid namespace. All Zivid code is found here.
Definition Application.h:84