current version of opencv seems not supported
- Dominant language
- C++
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
pycam isn't working with opencv here on archlinux x86_64...
Version : 2.2.0-2
recent sync.
Traceback (most recent call last):
File "./blurFrame.py", line 46, in
main()
File "./blurFrame.py", line 41, in main
vcp = VideoCapturePlayer(processFunction=gaussianBlur)
File "/home/martti/.local/lib/python2.7/site-packages/pycam/VideoCapturePlayer.py", line 85, in __init__
import camera
File "/home/martti/.local/lib/python2.7/site-packages/pycam/camera.py", line 6, in
import opencv
ImportError: No module named opencv
I did some research, as it looks the opencv module I have is called cv.so and
doesn't include both cv objects nor highgui things like cvReleaseCapture any
more. because I don't own a webcam, I'm trying with avld.
```
Original issue reported on code.google.com by `mysat...@gmail.com` on 11 Jan 2011 at 1:58
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.