作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将我的Android 2.3手机与IP网络摄像头应用程序一起使用,以使用SimpleCV进行显示。以下似乎很好。
from SimpleCV import *
import time
cam = JpegStreamCamera("http://192.168.1.3:1025/videofeed")
img = cam.getImage()
img.show()
Traceback (most recent call last):
File "D:\cam.py", line 5, in <module>
img = cam.getImage()
File "build\bdist.win32\egg\SimpleCV\Camera.py", line 540, in getImage
return Image(pil.open(StringIO(self.camthread.currentframe)), self)
File "C:\Python27\lib\site-packages\pil-1.1.7-py2.7-win32.egg\Image.py", line 1980, in open
raise IOError("cannot identify image file")
IOError: cannot identify image file
最佳答案
这是一个错误,现在实际上已在master分支中修复:
https://github.com/ingenuitas/SimpleCV
关于python - SimpleCv-IOError (“cannot identify image file”)-来自JpegStreamCamera()-适用于Android的IP网络摄像头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10060828/
我是一名优秀的程序员,十分优秀!