Search code examples
phphtmlflashweb-applicationswebcam

Webcam capture on web application


I need to take a picture from a webcam into a webapp (PHP5/JQuery/HTML5) but I cannot use Flash; Is there a light java applet or any alternative technology for this?.


Solution

  • The answer you are looking for is "HTML5 Device API", which none of the current browser, stable or beta, support it yet.

    Other then that you need to write native app, or NPAPI plug-in.