Can this.$refs.camera.capture() capture the entire video instead of just a photo?
grumpykendal0622 opened this issue · 3 comments
grumpykendal0622 commented
If it's possible, could you provide an example please? Many thanks.
VinceG commented
@grumpykendal0622 I think it can, maybe using https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/captureStream
we can introduce a new method to capture a stream
devendra-kumar1 commented
any update on this ?
VinceG commented
@devendra-kumar1 i have no plans on adding it, feel free to submit a PR.