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?
optionalfacebox:NormalizedFacebox
Normalized bounding box of the detected face, if any.
healthResult?
optionalhealthResult:ScanResult
Current health result, available during and after scanning.
landmarks?
optionallandmarks:NormalizedLandmarkList
Normalized landmarks of the detected face.
realtimeEstimation?
optionalrealtimeEstimation:RealtimeEstimation|null
Current realtime estimation result.
scanConditions?
optionalscanConditions:ScanConditions
Current scan conditions assessment.
signalData?
optionalsignalData:SignalData|null
Current signal data for visualization.
videoFrame
videoFrame:
CapturedFrame
The raw video frame data.
videoFrameInfo
videoFrameInfo:
VideoFrameInfo
Information about the processed video frame.