开发者

programmatically access macbook pro camera java

开发者 https://www.devze.com 2023-02-04 11:52 出处:网络
How 开发者_JAVA技巧can I access the camera on my macbook pro to use as input to a java program?You probably want to use the QTKit library to do that. Check this guide out (for Objective-C applications

How 开发者_JAVA技巧can I access the camera on my macbook pro to use as input to a java program?


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).

  • QTKit Application Tutorial
  • Accessing Cocoa From Java
0

精彩评论

暂无评论...
验证码 换一张
取 消