Go to the documentation of this file.
32 #ifndef FRAME_HANDLER_H
33 #define FRAME_HANDLER_H
47 #define METADATA_SIZE 128
138 std::unique_ptr<FrameHandlerImpl>
m_impl;
141 #endif // FRAME_HANDLER_H
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.
SDK_API FrameHandler & operator=(FrameHandler &&) noexcept
Move assignment.
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