1

How can I access the camera on my macbook pro to use as input to a java program?

dsg
  • 12,924
  • 21
  • 67
  • 111

1 Answers1

1

You probably want to use the QTKit library to do that. Check this guide out (for Objective-C applications, but Java can access the system APIs as well through different bindings, so you should be able to apply the same in Java).

coreyward
  • 77,547
  • 20
  • 137
  • 166