aspose file tools
The moose likes Servlets and the fly likes Want to take pic using webcam in jsp/servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Want to take pic using webcam in jsp/servlet" Watch "Want to take pic using webcam in jsp/servlet" New topic
Author

Want to take pic using webcam in jsp/servlet

Vishal Baid
Ranch Hand

Joined: Jul 18, 2012
Posts: 35
Want to take pic using webcam in jsp/servlet.

Please Help me out. Need urgent help.
E Armitage
Ranch Hand

Joined: Mar 17, 2012
Posts: 220
A not so good option is to have a look at some jquery plugin for this (Google) but they'd probably use flash.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56233
    
  13

Because JSP and servlets execute on the server, they'll be of no use in controlling a client-side camera.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

And please EaseUp. There is no such thing as "urgent" around here.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Vishal Baid
Ranch Hand

Joined: Jul 18, 2012
Posts: 35
Sorry Rob. I am in Hurry tats y is said urgent.

Okay I tried to find out jquery plugin. But I did not get the working one.
Any help.
J. Kevin Robbins
Ranch Hand

Joined: Dec 16, 2010
Posts: 386
    
    3

The only thing I could find was this. Keep in mind what Bear said; it doesn't matter how the html is generated. As far as the browser is concerned, it's just html. The browser has no knowledge of JSP or anything else on the server.


"I have a mind like a steel... uh... thingy."
Vishal Baid
Ranch Hand

Joined: Jul 18, 2012
Posts: 35
Thanks JK
I will try it
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Want to take pic using webcam in jsp/servlet
 
Similar Threads
capturing image using webcam in java
Capturing images from a webcam
webcam
Capturing photo using a webcam in Java Swing
Displaying WebCam video in JSP