PHP WITH ANDROID CAMERA

-2

How do I use the mobile camera (Android) with PHP, I currently use it with PHP + JAVASCRIPT, could someone send me a help and if possible any examples.

Thank you

    
asked by anonymous 11.11.2015 / 23:18

1 answer

1

With php you will not be able to access any hardware resources, depending on your purpose you can create a backend in PHP that will provide some resources via REST and on the client device must have an android (java) or hybrid (javascript) to consume your REST and access camera features as you wish.
Take this cordova project link as a starting point you will better understand your problem.

    
11.11.2015 / 23:44