Go to the documentation of this file.
37 #include <glog/logging.h>
56 return m_impl->setInputFileName(fullFileName);
61 return m_impl->saveFrameToFile(frame, fileName);
67 return m_impl->saveFrameToFileMultithread(frame, fileName);
72 return m_impl->readNextFrame(frame, fullFileName);
80 return m_impl->storeFramesToSingleFile(enable);
84 return m_impl->setFrameContent(frameContent);
SDK_API aditof::Status saveFrameToFile(aditof::Frame &frame, const std::string &fileName="")
Store frame to file.
SDK_API aditof::Status readNextFrame(aditof::Frame &frame, const std::string &fullFileName="")
Reads frame from a file. If same file is provided it will continue to read from the last position.
GLsizei const GLchar *const * string
SDK_API aditof::Status setFrameContent(const std::string &frameContent)
Set which frame element you want to store/read (depth/ab/conf)
SDK_API aditof::Status setCustomFormat(const std::string &format)
A custom format in which the frames will be stored/read.
GLint GLint GLsizei GLint GLenum format
SDK_API aditof::Status setOutputFilePath(const std::string &filePath)
Set the output path/output folder for the frames.
Handles operations on a frame such as saving it to file and creating a new frame with content read fr...
Status
Status of any operation that the TOF sdk performs.
std::unique_ptr< FrameHandlerImpl > m_impl
SDK_API aditof::Status saveFrameToFileMultithread(aditof::Frame &frame, const std::string &fileName="")
Store frame to file using a separate thread.
SDK_API aditof::Status setInputFileName(const std::string &fullFileName)
Set the input file for the frames.
SDK_API aditof::Status storeFramesToSingleFile(bool enable)
Enable/disable if single file is intended to use for storing data.
libaditof
Author(s):
autogenerated on Wed May 21 2025 02:06:51