Class: VideoStreamProfile

VideoStreamProfile()

new VideoStreamProfile()

Construct a device object, representing a RealSense camera
Source:

Members

height

height in pixels of the video stream
Source:

width

Width in pixels of the video stream
Source:

Methods

getIntrinsics() → {IntrinsicsObject|undefined}

When called on a VideoStreamProfile, returns the intrinsics of specific stream configuration
Source:
Returns:
Type
IntrinsicsObject | undefined