Display pic in web page captured from webcam
问题 I'm using jquery-webcam-plugin (not familiar with jQuery). I want to take picture in webcam and want to display that picture in the same web page instantly, possibly replacing some default image by image captured from webcam, without any server communication, is that possible? if possible please suggest. If the image captured from webcam is saved locally, can I use that image path? I'm using the following code(along with the related API/plugin): <html> <script src="jquery.min.js" type="text