Hi All,
I am working on a project, where we are using video recording feature apart from this i want to implement a feature to take a screenshot on a specific time while we are recording video.
please help me how do we do that.
Hi All,
I am working on a project, where we are using video recording feature apart from this i want to implement a feature to take a screenshot on a specific time while we are recording video.
please help me how do we do that.
You can take the screenshot on the browser very easily:
https://developer.mozilla.org/en-US/docs/Web/API/WebRTC_API/Taking_still_photos
In the server side is much more complex and involves custom GStreamer filters.
Regards
how we will save the image?
Just sent it to your backend.