Destroy Dynamsoft Webcam object before the web page is closed: window.onbeforeunload = function() { if (dcsObject) dcsObject.destroy(); }; Save Image Files to Local DiskUsually, if you want to save an image to local disk from a web browser, you can right-click on the image and sele...