Jump to content
  • 0

Grab a frame


Louis Veronneau
 Share

Question

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0

Hi Louis,

You can do that with media image capture API. You need to use setInterval function for taking it every 60 seconds, I will give you some links which will guide you in details,  your code will look like;

setInterval( () => {
let imageCapture = new ImageCapture(track);

}, 60000);

after you get the camera track from getUserMedia.

Check out;

I hope this might help you
Thank you for being part of our community
Link to comment
Share on other sites

 Share

×
×
  • Create New...