Skip to content

noratarano/WebRTC-Camera-Resolution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

WebRTC Camera Resolution Finder

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 22.7%