I developing a web based php/mysql/jquery application for a rugged panasonic tablet with windows 10.
And i want to access the camera to take shots. Tried the html camera web api, usable but no access to flash or default camera functions.
I have two options i think but both not working.
Option one is to use the Panasonic camera program, but can't manage to run the exe from local using php because of shared secure hosting.
Option two is to use the input file upload camera option, but can't get it to work on windows 10.
Any suggestions?