In html5, I want to be able to grab a live feed from the phone camera and display it on the page with an overlay on top, it can be another div tag. But at the same time, be able to extract exif data from the image frames coming from the live feed using https://github.com/exif-js/exif-js.
Does anyone know if this is possible to do?
Thanks