hardbyte/pycam

current version of opencv seems not supported

Opened this issue · 0 comments

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 <module>
    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 <module>
    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