Finds WebRTC Camera resolutions.
Simple demo to show how one can automatically identify camera resolutions for use with WebRTC. Quick scan checks only common video resolutions. Full scan checks all 1:1, 4:3 and 16:9 resolutions between an entered range.
What's new:
- support of the latest WebRTC getUserMedia and device enumeration specs
 - link to adapter-latest.js
 - added 1:1 aspect ratio scan to the full scanner
 - added bootstrap
 - added some links to more easily jump around the table
 - made sure it works with Chrome, Firefox, and Edge
 
Try it at https://webrtchacks.github.io/WebRTC-Camera-Resolution/
Read more at https://webrtchacks.com/getusermedia-resolutions-3/
Brought to you by webrtcHacks.com