Expand description
Defines the frame type including sensor data.
Structs§
- Composite
Frame - Holds the raw data pointer from an RS2 Composite frame type.
- Image
Frame - Holds the raw data pointer and derived data for an RS2 Image frame.
- Motion
Frame - Holds the raw data pointer and derived data from an RS2 Motion Frame.
- Points
Frame - Holds the raw data pointer and derived data for an RS2 Points frame.
- Pose
Frame - Holds information describing the motion and position of a device at a point in time.
Enums§
- Confidence
- Used by the tracker and mapper to estimate the certainty in this pose.
- Frame
Construction Error - Occurs when a frame type cannot be constructed from the given data.
- Pixel
Kind - Type for representing the various pixel formats.
Traits§
- Frame
Category - A trait for specifying which runtime stream kinds can be held within a frame type
- FrameEx
- Describes common functionality across frame types.
Type Aliases§
- Accel
Frame - A motion frame type holding the raw pointer and derived metadata for an RS2 Accel frame.
- Color
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Color frame.
- Confidence
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Confidence frame.
- Depth
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Depth frame.
- Disparity
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Disparity frame.
- Fisheye
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Fisheye frame.
- Gyro
Frame - A motion frame type holding the raw pointer and derived metadata for an RS2 Gyro frame.
- Infrared
Frame - An ImageFrame type holding the raw pointer and derived metadata for an RS2 Infrared frame.