mediacapture-extensions icon indicating copy to clipboard operation
mediacapture-extensions copied to clipboard

Add a blackFrames counter to MediaStreamTrackVideoStats

Open guidou opened this issue 8 months ago • 7 comments

VC applications currently detect black frames by inspecting the payload of each frame. In some cases, the system can provide information that the frames are black due to a camera occlusion. Exposing this via a stat would allow the application to implement the same functionality with lower resource usage.

cc @youennf @jan-ivar

guidou avatar May 28 '24 17:05 guidou