OrbbecSDK 1.10.18
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Frame.hpp File Reference

Frame related type, which is mainly used to obtain frame data and frame information. More...

#include "Types.hpp"
#include <memory>
#include <iostream>
#include <typeinfo>

Go to the source code of this file.

Classes

class  ob::Frame
 
class  ob::VideoFrame
 
class  ob::ColorFrame
 
class  ob::DepthFrame
 
class  ob::IRFrame
 
class  ob::PointsFrame
 
class  ob::FrameSet
 Define the FrameSet class, which inherits from the Frame class. More...
 
class  ob::AccelFrame
 Define the AccelFrame class, which inherits from the Frame class. More...
 
class  ob::GyroFrame
 Define the GyroFrame class, which inherits from the Frame class. More...
 
class  ob::RawPhaseFrame
 Define the RawPhaseFrame class, which inherits from the VideoFrame class. More...
 
class  ob::FrameHelper
 Define the FrameHelper class. More...
 

Namespaces

namespace  ob
 

Typedefs

typedef std::function< void(void *buffer, void *context)> ob::BufferDestroyCallback
 

Detailed Description

Frame related type, which is mainly used to obtain frame data and frame information.

Definition in file Frame.hpp.