1

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.

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
nrupen
  • 65
  • 1
  • 9

1 Answers1

1

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?

Community
  • 1
  • 1
jjm
  • 6,028
  • 2
  • 24
  • 27