Skip to content

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?

optional scaledHeight: number

Scaled height if the frame has been resized for processing.


scaledWidth?

optional scaledWidth: 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.