PINE64

Full Version: opencv on rock64
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
You usually install opencv by building from source like this

https://www.pyimagesearch.com/2016/10/24...ll-opencv/

See how far you can get with that tutorial, there might be some tweaks needed to do that on ARM64...
Thanks!
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
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...