Type Alias FisheyeFrame

Source
pub type FisheyeFrame = ImageFrame<Fisheye>;
Expand description

An ImageFrame type holding the raw pointer and derived metadata for an RS2 Fisheye frame.

All fields in this struct are initialized during struct creation (via try_from). Everything called from here during runtime should be valid as long as the Frame is in scope… like normal Rust.

Aliased Type§

pub struct FisheyeFrame { /* private fields */ }

Trait Implementations§

Source§

impl FrameCategory for FisheyeFrame

Source§

fn extension() -> Rs2Extension

Identifies the corresponding Rs2Extension for the type implementing this trait.
Source§

fn kind() -> Rs2StreamKind

Identifies the stream kind corresponding to a given type implementing this trait.
Source§

fn has_correct_kind(&self) -> bool

Predicate for checking if the RS2 frame’s stream has the same kind as the frame category.