motionEye with Raspberry PI - Raspberry Pi Forums
i'm following instructions url.
http://www.howtoembed.com/projects/rasp ... spberry-pi
have gone on steps few times , feel have done steps correctly.
@ time don't have camera connected rpi 2, thought should still able start program. maybe not having camera connected problem, not sure...
type in...
./motioneye.py
, then...
motioneye should emit info message saying server started.
instead message...
please install tornado (python-tornado), version 3.1 or greater
did follow step says...
motioneye requires few libraries , programs. install them following command: , troubleshooting section suggest have enabled camera module in raspi-config.
@ point i'm not sure why i'm getting message or it.
https://pypi.python.org/pypi/tornado
thanks,
http://www.howtoembed.com/projects/rasp ... spberry-pi
have gone on steps few times , feel have done steps correctly.
@ time don't have camera connected rpi 2, thought should still able start program. maybe not having camera connected problem, not sure...
type in...
./motioneye.py
, then...
motioneye should emit info message saying server started.
instead message...
please install tornado (python-tornado), version 3.1 or greater
did follow step says...
motioneye requires few libraries , programs. install them following command:
code: select all
sudo aptitude install python-tornado python-jinja2 python-imaging motion ffmpeg v4l-utils
@ point i'm not sure why i'm getting message or it.
have done bit of reading here, not sure sure.please install tornado (python-tornado), version 3.1 or greater
https://pypi.python.org/pypi/tornado
thanks,
been doing more reading @ url installation.
https://bitbucket.org/ccrisan/motioneye ... on%20guide
ran this... , here how went...
johnpahl@raspberrypi ~ $ sudo apt-get install python-tornado python-jinja2 python-imaging python-pycurl motion ffmpeg v4l-utils
reading package lists... done
building dependency tree
reading state information... done
ffmpeg newest version.
motion newest version.
python-imaging newest version.
python-jinja2 newest version.
python-pycurl newest version.
python-pycurl set manually installed.
python-tornado newest version.
v4l-utils newest version.
0 upgraded, 0 newly installed, 0 remove , 0 not upgraded.
johnpahl@raspberrypi ~ $ pwd
/home/johnpahl
johnpahl@raspberrypi ~ $ ls
0.24.tar.gz desktop motioneye pistore.desktop
johnpahl@raspberrypi ~ $ cd motioneye
johnpahl@raspberrypi ~/motioneye $ ls
authors license readme.md settings.py templates
conf log run settings.pyc webhook.py
doc media sendmail.py src
eventrelay.py motioneye.py settings_default.py static
johnpahl@raspberrypi ~/motioneye $ ./motioneye.py
please install tornado (python-tornado), version 3.1 or greater
johnpahl@raspberrypi ~/motioneye $
why telling me install tornado when try , run motioneye.py when earlier says, python-tornado newest version.
have tornado installed in wrong location or something?
thanks,
https://bitbucket.org/ccrisan/motioneye ... on%20guide
ran this...
code: select all
apt-get install python-tornado python-jinja2 python-imaging python-pycurl motion ffmpeg v4l-utils
johnpahl@raspberrypi ~ $ sudo apt-get install python-tornado python-jinja2 python-imaging python-pycurl motion ffmpeg v4l-utils
reading package lists... done
building dependency tree
reading state information... done
ffmpeg newest version.
motion newest version.
python-imaging newest version.
python-jinja2 newest version.
python-pycurl newest version.
python-pycurl set manually installed.
python-tornado newest version.
v4l-utils newest version.
0 upgraded, 0 newly installed, 0 remove , 0 not upgraded.
johnpahl@raspberrypi ~ $ pwd
/home/johnpahl
johnpahl@raspberrypi ~ $ ls
0.24.tar.gz desktop motioneye pistore.desktop
johnpahl@raspberrypi ~ $ cd motioneye
johnpahl@raspberrypi ~/motioneye $ ls
authors license readme.md settings.py templates
conf log run settings.pyc webhook.py
doc media sendmail.py src
eventrelay.py motioneye.py settings_default.py static
johnpahl@raspberrypi ~/motioneye $ ./motioneye.py
please install tornado (python-tornado), version 3.1 or greater
johnpahl@raspberrypi ~/motioneye $
why telling me install tornado when try , run motioneye.py when earlier says, python-tornado newest version.
have tornado installed in wrong location or something?
thanks,
raspberrypi
Comments
Post a Comment