Search code examples
javascriptwebcamresolution

JavaScript get WebCam resolution


Is it possible to get the Resolution of the WebCam though JavaScript? Has anyone done this before? If javaScript is not an option, what else we can go through?

Thanks


Solution

  • Check out Access webcam without Flash

    You could build a flash webcam and pass the resolution to javascript.

    I use http://www.scriptcam.com/ and last I remembered if you enable debug mode you can grab the resolution of the webcam from a javascript variable.