• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Control Digital Camera

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know how to write code to control a digital camera (take a picture) from a java application? Can code be written to "see" what the camera sees in the Java app and then actually snap the camera. I know there are TWAIN packages to retrieve pictures from a camera's memory. I actually want to snap the picture from the Java app. Does anyone know how to do this? Any tips or suggestions will be helpful...Thanks a lot!!!
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


Q: Can I capture audio and video with JMF 2.1.1?

Yes. JMF 2.1.1 provides capture functionality so you can capture from a recorded or live media source. On Solaris, SunVideo and SunVideo Plus cards are supported. On Windows, most video capture devices that have a VFW driver are supported. For a list of tested video capture devices, check out: http://java.sun.com/products/java-media/jmf/2.1.1/formats.html


JMF FAQ
You can start with the Java Multimedia Framework Homepage
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic