How to capture image using external webcam in jsp ?
Please provide code for capturing image using webcam : Whensoever a jsp page gets loaded up, webcam must be switched on in webpage. On the click of capture button it must capture image into an image folder.
Neither of HTML5 or jQuery will help as HTML and JavaScript have no access to the hardware of the client system. Think of the security nightmare that would ensue could any old web page start the client's webcam or other hardware.
You'll likely need some heavyweight fat client running on the client, or perhaps to write a browser extension.
But that doesn't help now or with legacy browsers. It will be many years before that's a viable option. The OP needs to explore alternate mechanisms for now.