-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Install Guide #4
Comments
which ones? |
Rasbian Jessie apt-get is unable to find open-cv mainly. had to pip install configobj, webcolors and pyttsx There needs to be some guidance with install boost. Their website talks about so many options and ways it is very confusing. I chose the basic of running ./bootstrap.sh with nothing else. The sudo python setup.py install of dlib failed. could be because open-cv is not yet installed? Some guidance needs to be given if any order of installation is important, please.
|
sudo python setup.py install errors with: Build using cmake ... |
I have struggled with this too for about a week and it turns out that OpenCV needs to be compiled from source. I followed this guide but again its OpenCV3 not OpenCV2 OpenCV needs to be compiled and installed then Dlib or at least that's how I could get it compiled I managed to get it working with OpenCV.3.3 updating some of the code however its buggy. The facial tracking (Option 1) doesn't work very well and Dlib and is extremely slow to process the video feed. The motors looses functionality after initial detection and moving and don't update new positions. The detection on object also doesn't reset or update and looses the target. Same for Color tracking. So a lot more work is needed. Further note is that some of the listed software are installed via PIP and some apt. PIP Install these and not with apt: For audio you need to install espeak If you dont have a speaker actively plugged in then set Quiet=1 in the config file else script crashed with jack error and alsa errors. You also need to add the raspberry Pi cam to modprobe else the software crashes
or add bcm2835-v4l2 to /etc/modprobe using nano. to have it initialized on startup. I am currently hoping the author steve-vincent would kindly update the code base to use OpenCV3 and the latest libs. |
I have had some trouble finding some of the software to install. apt-get and pip seem to not recognize them. Could you post an Install guide?
The text was updated successfully, but these errors were encountered: