Skip to content

TypeScript SDK Reference / VideoFrameProcessedEvent

Interface: VideoFrameProcessedEvent

Event fired when a video frame has been processed during scanning. This event provides real-time information about the current frame analysis, including face detection results, scan conditions, and health data if available. Subscribe to this event to monitor the scanning progress and get intermediate results.

Properties

facebox?

optional facebox: NormalizedFacebox

Normalized bounding box of the detected face, if any.


healthResult?

optional healthResult: ScanResult

Current health result, available during and after scanning.


landmarks?

optional landmarks: NormalizedLandmarkList

Normalized landmarks of the detected face.


realtimeEstimation?

optional realtimeEstimation: RealtimeEstimation | null

Current realtime estimation result.


scanConditions?

optional scanConditions: ScanConditions

Current scan conditions assessment.


signalData?

optional signalData: SignalData | null

Current signal data for visualization.


videoFrame

videoFrame: CapturedFrame

The raw video frame data.


videoFrameInfo

videoFrameInfo: VideoFrameInfo

Information about the processed video frame.