nrupen
nrupen

Reputation: 65

Capture an image from inbuilt webcam

I am trying to implement an application which would take an image from the inbuilt webcam and save the image. I am using a 64 bit Java and windows 7. After searching for a while I found that JMF doesn't work for 64 bit. If you got any code for 64 bit image capture through webcam please post the link.

Upvotes: 1

Views: 1581

Answers (1)

jjm
jjm

Reputation: 6178

For 64 bit JMF you might get some mileage out of Install JMF on Windows 7 64bit. There are alternatives to JMF as well, it seems, as detailed in Capturing image from webcam in java?

Upvotes: 1

Related Questions