Difference between revisions of "Self Driving RC Car/2020"
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<youtube>OL0vg1WmI6I</youtube> | <youtube>OL0vg1WmI6I</youtube> | ||
<youtube>YeUMtQyvZKM</youtube> | <youtube>YeUMtQyvZKM</youtube> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
= Presentation = | = Presentation = | ||
Line 166: | Line 154: | ||
=== MacOS === | === MacOS === | ||
If you'd like to generally use OpenCV you can get it e.g. from the macports project: | If you'd like to generally use OpenCV you can get it e.g. from the macports project: | ||
+ | ==== MacPorts ==== | ||
<source lang='bash'> | <source lang='bash'> | ||
sudo port install opencv +java | sudo port install opencv +java | ||
Line 172: | Line 161: | ||
</source> | </source> | ||
For your convenience you'll find these two files in the lib directory. | For your convenience you'll find these two files in the lib directory. | ||
+ | ==== From Source ==== | ||
+ | # install5 in opencvubuntu has the commands for MacOS - but does not work even if you install dpkg with | ||
+ | <source lang='bash'> | ||
+ | sudo port install dpkg | ||
+ | </source> | ||
+ | |||
=== Ubuntu 18 === | === Ubuntu 18 === | ||
You might want to use scripts/opencvubuntu to download the 75 MByte libopencv_java343.so and install the backports libjasper libraries that are not published with Ubuntu 18 by default. You'll find | You might want to use scripts/opencvubuntu to download the 75 MByte libopencv_java343.so and install the backports libjasper libraries that are not published with Ubuntu 18 by default. You'll find | ||
some other links in the script that might also give you hints on how to proceed if you have another environment or different needs. You might want to create an Issue if you run into trouble. | some other links in the script that might also give you hints on how to proceed if you have another environment or different needs. You might want to create an Issue if you run into trouble. | ||
=== Windows === | === Windows === | ||
− | Help Wanted -please file an issue if you want to things running on Windows. | + | Help Wanted -please file an issue if you want to try to get things running on Windows. |
= Deployment = | = Deployment = |