I want to acces phones camera flash(flashlight) automatic. like this app : https://www.youtube.com/watch?v=W_Lr3d9giCo
We can access camera with this html 5 controller
<input type="file" accept="image/*;capture=camera">
But how can we access camera's flash(flashlight)?is there any html(5) or javascript(jquery or other framework) plugin for this? I want to acces camera's flash with browser technologies(html 5,javascript,css)