Retrieves image data from the provided HTMLVideoElement for processing.
Ensures the video element is in a ready state and has non-zero dimensions before extracting the image data.
The HTMLVideoElement to extract image data from.
ImageData if successful, or null in case of failure or invalid state.
Generated using TypeDoc
Retrieves image data from the provided HTMLVideoElement for processing.
Ensures the video element is in a ready state and has non-zero dimensions before extracting the image data.