Windows上的pygame相机

时间:2016-07-24 20:14:39

标签: python camera pygame

我正在运行Windows 7,python 2.7和pygame 1.9.2a0。运行

import pygame.camera
import pygame.image
import sys
pygame.camera.init()

我收到以下错误:

Traceback (most recent call last):
File "<pyshell#14>", line 1, in <module>
pygame.camera.init()
File "C:\Program Files (x86)\Python3.4-32bit\lib\site-packages\pygame\camera.py", line 42, in init
from pygame import _camera
ImportError: cannot import name '_camera'

根据stackexchange问​​题: this 这应该工作(至少它被接受为Windows 7,python 2.7和pygame 1.9.1的答案)

有没有人有一个很好的建议,为什么这不起作用(或者为什么它在上面的链接中对Debujang有效并且对我不起作用?)

我很感激任何帮助,最终允许我将网络摄像头的图像流式化为图形并从python中捕获一个帧。

谢谢!

0 个答案:

没有答案