OrbbecSDK 2.0.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
|
This is the complete list of members for ob::FrameFactory, including all inherited members.
BufferDestroyCallback typedef | ob::FrameFactory | |
createFrame(OBFrameType frameType, OBFormat format, uint32_t dataSize) | ob::FrameFactory | inlinestatic |
createFrameFromBuffer(OBFrameType frameType, OBFormat format, uint8_t *buffer, BufferDestroyCallback destroyCallback, uint32_t bufferSize) | ob::FrameFactory | inlinestatic |
createFrameFromOtherFrame(std::shared_ptr< const Frame > otherFrame, bool shouldCopyData=true) | ob::FrameFactory | inlinestatic |
createFrameFromStreamProfile(std::shared_ptr< const StreamProfile > profile) | ob::FrameFactory | inlinestatic |
createVideoFrame(OBFrameType frameType, OBFormat format, uint32_t width, uint32_t height, uint32_t stride=0) | ob::FrameFactory | inlinestatic |
createVideoFrameFromBuffer(OBFrameType frameType, OBFormat format, uint32_t width, uint32_t height, uint8_t *buffer, BufferDestroyCallback destroyCallback, uint32_t bufferSize, uint32_t stride=0) | ob::FrameFactory | inlinestatic |