TypeScript SDK Reference / VideoFrameInfo
Interface: VideoFrameInfo
The information of a video frame used in vital sign processing. Contains metadata about the frame dimensions and timing.
Properties
height
height:
number
Original height of the video frame in pixels.
scaledHeight?
optionalscaledHeight:number
Scaled height if the frame has been resized for processing.
scaledWidth?
optionalscaledWidth:number
Scaled width if the frame has been resized for processing.
timestamp
timestamp:
number
Timestamp when the frame was captured (in milliseconds).
width
width:
number
Original width of the video frame in pixels.