How to capture image via web cam and display in JAVA/JSP/Servlet
-
hello i am developing a advance java application in which i have to put a web cam image capture feature for client simplicity, i have already used and patched method to browse,store and display image,but how to do it through java code(i mean the code invoke webcam device and capture image) ,please give suggestions ,and if please please provide examples with links and if available the third party api reference. Thanks and Regards Alok sharma
-
hello i am developing a advance java application in which i have to put a web cam image capture feature for client simplicity, i have already used and patched method to browse,store and display image,but how to do it through java code(i mean the code invoke webcam device and capture image) ,please give suggestions ,and if please please provide examples with links and if available the third party api reference. Thanks and Regards Alok sharma
You can't do the camara capture using Servlet or JSP (these things are server side). You will have to do it either in JavaScript or a Java applet or ActiveX component (which wont work in anything other then IE). For the applet read the following thread on the java forums, which discusses this issue.
-
You can't do the camara capture using Servlet or JSP (these things are server side). You will have to do it either in JavaScript or a Java applet or ActiveX component (which wont work in anything other then IE). For the applet read the following thread on the java forums, which discusses this issue.
Thanks for reply but JMF is not a free library, besides how to do it through javascript???