[−][src]Module realsense_rust::frame
Defines the frame type including sensor data.
Structs
CompositeFrameIntoIter | The iterator type returned by Frame::try_into_iter. |
CompositeFrameIter | The iterator type returned by Frame::try_iter. |
Frame | Represents a collection of sensor data. |
TextureCoordinate | UV texture coordinates. |
Enums
ExtendedFrame | The type returned by Frame:: |
Traits
DepthFrameEx | The trait provides methods on frames with depth data. |
DisparityFrameEx | The trait provides methods on frames with disparity data. |
GenericFrameEx | The trait provides common methods on frames of all kinds. |
VideoFrameEx | The trait provides methods on frames with video data. |
Type Definitions
AnyFrame | |
CompositeFrame | |
DepthFrame | |
DisparityFrame | |
MotionFrame | |
PointsFrame | |
PoseFrame | |
VideoFrame |