如何访问笔记本电脑的内置摄像头?

发布于 2024-10-13 05:10:12 字数 54 浏览 3 评论 0原文

是否可以使用 REALbasic 访问 Macbook 中的相机?我想允许用户从相机捕获图像。

Is it possible to access the camera in a Macbook with REALbasic? I'd like to allow a user to capture an image from the camera.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

稍尽春風 2024-10-20 05:10:12

找到了 3 种可能的解决方案:

  1. 免费插件:
    CamCapture
    这应该适用于任何需要一种简单方法从内置 iSight 摄像头捕获图像的人。它也应该适用于其他支持 QuickTime 的相机源。有一个示例项目,但没有文档。仅供参考 - 该网站和示例是法语的。

  2. 我无法尝试的商业选项是 QTKit 来自猴面包软件。此选项不是免费的,但与免费选项不同,它已被记录并受支持。

  3. realcapture 是一个免费的、不受支持的 RB 画布。它使用声明来访问相机。

Found 3 possible solutions:

  1. a free plugin:
    CamCapture
    This should work for anyone needing an easy method to capture images from the built-in iSight camera. It should also work for other QuickTime capable camera sources. There is an example project but no documentation. FYI- the site and example is in French.

  2. Commercial option, which I wasn't able to try is QTKit from MonkeyBread Software. This option is not free, but is documented and supported, unlike the free option.

  3. realcapture is a free, unsupported RB canvas. It uses declares to access the camera.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文