I am using HTML 5 input type controls to take capture:
<input type="file" id="take-picture" accept="image/*"
style="position:absolute;top:-50;left:-50;" />
Using this I am able to see the camera and able to take the capture, but I want to show text or an image on top of the camera live feed. ?
You just have to add an overlaying div like in this sample:
http://jsfiddle.net/XbZMX/ {click on 'iniciar' button}
#overlay{color:red;position:absolute}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With