Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用 SimpleCV 进行一些图像处理。基本上我的目标是让我的应用程序从 Python 中的一个简单命令(即“GetPicture()”)中拍照。在 SimpleCV 中,很容易从相机中获取图像,通过使用
cam = Camera() img = cam.getImage()
我的问题是第一行实际上在屏幕上显示了摄像机流,这是我不想要的。我希望能够在屏幕上显示其他内容的同时获取图像,从而以“盲模式”拍摄照片。可能的 ?
任何帮助深表感谢。
朱利安
对于那些感兴趣的...
最终,我将 Pygame 与 v4l(Linux 视频)驱动程序结合使用。v4l 驱动程序有一个no-preview选项,一旦设置,就可以在“盲”模式下拍照。
no-preview