breautek commented on issue #259: URL: https://github.com/apache/cordova-plugin-media-capture/issues/259#issuecomment-2515374127
You'll need a library that is able to decode the video. The browser itself has decoding software built in for video playback for most common video formats. The video tag however has no API to pull frames from, but you can use a video source to draw a frame onto a canvas, and then snapshot the canvas. Something like https://stackoverflow.com/a/33835876 to give you an idea how this can be done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org