Camera App Creation

0
I want to create a app in which the app takes pictures from laptop camera and then we have to store that image in an entity or on local laptop memory. How to do that ?
asked
1 answers
0

Hi Abhishek,

 

In order to do this, you need to fillout a some HTML. 

 

  1. download HTML/javascript snippet from market place.
  2. Drag the snippet from the Toolbox pane on your page
  3. paste <input type="file" accept="image/*;capture=camera"> in the HTML content 

 

 

Thats it.

 

Good luck with it,

Jan

answered