pub struct VideoStreamProfile { /* private fields */ }Expand description
Video Stream profile
Implementations§
Source§impl VideoStreamProfile
impl VideoStreamProfile
Sourcepub fn get_intrinsic(&self) -> Result<CameraIntrinsic, OrbbecError>
pub fn get_intrinsic(&self) -> Result<CameraIntrinsic, OrbbecError>
Get the camera intrinsic parameters for this video stream profile
Trait Implementations§
impl StreamProfile for VideoStreamProfile
Auto Trait Implementations§
impl Freeze for VideoStreamProfile
impl RefUnwindSafe for VideoStreamProfile
impl !Send for VideoStreamProfile
impl !Sync for VideoStreamProfile
impl Unpin for VideoStreamProfile
impl UnwindSafe for VideoStreamProfile
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more