All the steps I can find are to add picamera
using pip
and apt-get
to auto install it but I'm using windows. I am also using python 3.4 but I don't think that should make a difference. The errors I get are
ImportError: No module named 'picamera'
when I compile.
How do I manually import a module into Eclipse or get Eclipse to recognize picamera? I downloaded the module from here which contains a setup.py
file that seems to function primarily on linux or BSD flavors.
Do I have to use a linux environment to use the python picamera
module? Seems silly. It wouldn't makes sense as it's python-based which is language dependent and OS agnostic.