• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Capturing Image Through Webcam using Java Applet

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I want the code for java applet to capture image using webcam and save it in the database so that it can be used for the recognition
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the Ranch.

sanchit shukla wrote:I want the code for ..


Unfortunately, this is not how things work out here at the Ranch. Tell is what you have tried so far, where you are stuck and we can help point you in the right direction.
You will need to use something like Java Media Framework or JavaCV, along with applets (signed), JDBC and OpenCV or Neuroph.

I do not mean to dissuade you, but it is not going to be an easy task. Hope you are all geared up to spend quality and quantity time on this. And, it might also be a good idea to use the magic word instead of "want"
reply
    Bookmark Topic Watch Topic
  • New Topic