Capturing an image through an Android camera from a browser using PHP

Is it possible to capture an image using an Android camera through a browser using PHP or another library for PHP? I know that this can be done by breaking the phone, but I'm trying to do this using PHP. Because my other project also uses PHP.

Can someone help me find a solution?

+4
source share
1 answer

I found that this is possible for Android 3.0+ devices. He starts the camera, and when the image is taken, the page returns. Source: fooobar.com/questions/146619 / ...

<input type="file" accept="image/*;capture=camera"> 
+2
source

All Articles