Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 891 Bytes

capture.md

File metadata and controls

25 lines (22 loc) · 891 Bytes
layout title
page
Capture Photos from Camera · RoomRTC
<script src="{{ site.baseurl }}/latest/roomrtc.min.js"></script> <script src="{{ site.baseurl }}/assets/js/capture.js"></script>

This example demonstrates how to set up a media stream using your built-in webcam, fetch an image from that stream, and create a PNG using that image.

Take photo
The screen capture will appear in this box.