new VideoStreamProfile()
Construct a device object, representing a RealSense camera
Members
height
height in pixels of the video stream
width
Width in pixels of the video stream
Methods
getIntrinsics() → {IntrinsicsObject|undefined}
When called on a VideoStreamProfile, returns the intrinsics of specific stream configuration
Returns:
- Type
- IntrinsicsObject | undefined