opencv on rock64 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1) +--- Forum: Getting Started (https://forum.pine64.org/forumdisplay.php?fid=21) +--- Thread: opencv on rock64 (/showthread.php?tid=5664) |
opencv on rock64 - bendiro - 02-05-2018 Hi, I just receive my first rock64. I installed xenial mate, all works fine. There is a possibility to install openvc on rock64? if it is possible can you help me to find the right way? Thanks Roberto RE: opencv on rock64 - xalius - 02-05-2018 You usually install opencv by building from source like this https://www.pyimagesearch.com/2016/10/24/ubuntu-16-04-how-to-install-opencv/ See how far you can get with that tutorial, there might be some tweaks needed to do that on ARM64... RE: opencv on rock64 - bendiro - 02-07-2018 Thanks! RE: opencv on rock64 - bendiro - 02-07-2018 the problem that I found is here: $ sudo apt-get install libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev libjpeg8-dev - I replaced it with libjpeg16-turbo-dev libtiff5-dev - this one is ok libjasper-dev libpng12-dev . - that library are not installation candidate can I replay them with other libraries RE: opencv on rock64 - xalius - 02-07-2018 Check packages.ubuntu.com if there are newer version of those packages first via the search feature (make sure to check xenial/arm64 filters), if there are no packages in the repos, check for PPAs, if those don't exist you have to build the missing dependencies from source... |