-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi Sean,
thank you for providing your code to interface with the raspberry pi camera!
Unfortunately I am not able to run picam. I am getting an import error:
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-1-ae50f21e1c18> in <module>()
----> 1 import picam
2 import time
/usr/local/lib/python2.7/dist-packages/picam/__init__.py in <module>()
1 # Copyright (c) 2013 Sean Ashton
2 # Licensed under the terms of the MIT License (see LICENSE.txt)
----> 3 from _picam import *
4 import StringIO
5 from PIL import Image
ImportError: /usr/local/lib/python2.7/dist-packages/picam/_picam.so: cannot open shared object file: No such file or directory
Do you know what I may have been missing? I have been following the installation instructions and also tried to unsuccessfully re-compile the _picam.so file myself.
Any help is appreciated!
Kind Regards,
Marco
Metadata
Metadata
Assignees
Labels
No labels