Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 873 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 873 Bytes

WebRTC-Camera-Resolution

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.

Updated February 2016

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