使用 opencv 访问网络摄像头并在小程序或应用程序中进行处理

发布于 2024-08-06 23:43:53 字数 335 浏览 7 评论 0原文

我制作了一个小草图,使用 opencv 进行处理来进行人脸检测和跟踪。但是,当我导出为应用程序并启动它时,什么也没有发生,就像小程序一样。首先,我导出了小程序,并认为这一定是一个安全问题,并与一些 hack 进行了斗争,以处理对您的 java 小程序进行签名。

http://processing.org/hacks/hacks:signapplet

不幸的是,我以为我会至少能够将其作为应用程序运行,但没有成功。

有人知道该怎么办吗?

I made a small sketch with processing using opencv to face detect and track. But when I export as an application and start it nothing happens, same as an applet. First I exported the applet and thought this must be a security issue, and struggled with some hack for processing to sign your java applet.

http://processing.org/hacks/hacks:signapplet

With no luck I thought I would atleast be able to run it as an application but no success.

Anyone know what to do?

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

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

发布评论

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

评论(1

沉睡月亮 2024-08-13 23:43:53

如果您使用的是 OSX 10.6,则存在一个已知错误,即 QuickTime 相机功能无法在 64 位模式下工作。确保您安装的处理和导出的应用程序都设置为在 32 位模式下运行。

右键单击->获取信息->以32位模式打开

If you're on OSX 10.6 there is a known bug with the quicktime camera stuff not working in 64-bit mode. Make sure both your install of processing and the exported application are set to run in 32-bit mode.

Right click -> get info -> Open in 32-bit mode

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