What I need
I want to make a page where the user can click a button, take a picture with the tablet camera, view it and click the button to save it.
What I've tried
I've already tried using HTML5 to do this:
<input type="file" accept="image/*;capture=camera">
But from what I've tried and tested here on tablet , these tags only work on iOs and Android.
I found one of BridgeIt , but it was not compatible, I also found a article on the subject, I copied the tutorial code but neither on the computer worked.