jquery - Access mobile camera using HTML5/ JavaScript with company logo (web browser) -
i need task. can't figure out. appreciated.
the task - on clicking button on page, need show camera in mobile, html5/ javascript company logo on camera (stays @ fixed position). when user takes picture, logo should display on picture taken.
i found script access camera can't show company logo while camera open
do this:
index.html
<body> <iframe id="camera">here iframe see camera output in.</iframe> <img src="a path logo" id="logo"> </body> style.css
#camera { position: relative; z-index: 1; } #logo { position: absolute; right: 5px; bottom: 5px; z-index: 2; }
Comments
Post a Comment