Difference between revisions of "Self Driving RC Car/2020"
Jump to navigation
Jump to search
(→Screen) |
|||
Line 95: | Line 95: | ||
[[File:RaspberryWithCaseIMG_0025.JPG|800px]] | [[File:RaspberryWithCaseIMG_0025.JPG|800px]] | ||
− | = Installation = | + | = PI Installation = |
== Raspbian == | == Raspbian == | ||
Line 144: | Line 144: | ||
sudo apt-get install screen | sudo apt-get install screen | ||
</source> | </source> | ||
− | + | = Laptop Installation = | |
+ | Tested on Mac OS 10.13.6 High Sierra with macports 2.5.4 | ||
+ | == OpenCV == | ||
+ | If you'd like to generally use OpenCV you can get it e.g. from the macports project: | ||
+ | <source lang='bash'> | ||
+ | sudo port install opencv +java | ||
+ | ls /opt/local/share/OpenCV/java | ||
+ | libopencv_java343.dylib opencv-343.jar | ||
+ | </source> | ||
+ | For your convenience you'll find these two files in the lib directory. | ||
= Deployment = | = Deployment = | ||
Deploying to your Raspberry is done by compiling e.g. on a laptop and then transferring | Deploying to your Raspberry is done by compiling e.g. on a laptop and then transferring |