to capture picture through webcam where webcam window is in browser itself
nikhil govind
Ranch Hand
Joined: Mar 08, 2011
Posts: 31
posted
0
Dear All,
I want a browser page built in jsp mainly (can be html if need be). I want to add an area on the jsp page where webcam image is visible.
It means instead of a separate jswing or desktop application I want to have the same on browser page.
Need help how to integerate this scenario, any plugin or code help idea where i can start with?
I know it might be quite advanced but need a step to start the journey
nikhil govind wrote:I want a browser page built in jsp mainly (can be html if need be).
JSP renders to HTML so that doesn't make any sense. From the the point of view of the browser, JSP is HTML.
In any case, this isn't anything that JSP can help you with. JSP is simply a server-side templating language. And there is no native HTML elements that will help you either. You'll need some active client-side component such as an Applet or browser plugin that can communicate with the webcam.
Hi Bear Bibeault
Thats what am saying if a plugin or something that may help because if a plugin is there we can bring it to html page but if jswing etc is there i am not able to find any plugin and most webcam application are jswing etc