decentropy / SentryTurret

A robot to visually track and target an object. (RaspberryPi2 + RaspiCam + OpenCV + Dlib + servos/driver)
54 stars 40 forks source link

Revise for latest Dlib version? #5

Open programmin1 opened 8 years ago

programmin1 commented 8 years ago

As of recently you can install and compile Dlib with "sudo pip install dlib".

The current instructions say to download old version of Dlib and compile manually.

It should also mention that you should increase the memory-swap to 1gb to be able to compile it. (http://raspberrypi.stackexchange.com/questions/70/how-to-set-up-swap-space)