I need to know IF this can be done, AND HOW it can be done:
I have a web app programmed using PHP, MySQL, and HTML/CSS.
The user will be accessing this web app using Safari web browser on an iPad.
I need (a) live display of what the built-in front facing camera sees on my web page, and (b) capture an image from the front-facing camera when the user clicks a button, then do something with it (such as transfer to a database).
Obviously the camera cannot be called from the server-side, …
