Difference between revisions of "Installing OpenCV on NanoPI Neo"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
apt-get update | apt-get update | ||
+ | apt-get install build-essential | ||
+ | apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev | ||
+ | apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev | ||
+ | apt-get install proto |
Revision as of 12:13, 19 July 2018
Installing OpenCV on Nanopi Neo
Install Operating System from FriendlyElec. Username root password fa.
apt-get update apt-get install build-essential apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-dev apt-get install proto