0
How to take pictures from android front camera using JavaScript code??
I am recently working on a web app which can take pictures from android front camera and upload it on the server. We know JavaScript is event handling based programming language. So I want to use JavaScript to take pictures of visitors face and php to upload it on the server. So give me some idea how to do this if it is possible... Thank You in advanced :)
3 Réponses
+ 2
https://developer.mozilla.org/en-US/docs/Mozilla/B2G_OS/API/Camera_API/Introduction
Do you think it can help ?
+ 2
You're welcome :)
0
Thank You. This will really help me. :)