Is it possible to create a callback function that is called on each frame of the html video element or video stream?
For example, I want the canvas element to look like a video element via canvas.drawImage()
for each frame of the video element.
Is it possible to create a callback function that is called on each frame of the html video element or video stream?
For example, I want the canvas element to look like a video element via canvas.drawImage()
for each frame of the video element.