Does Jetson Mano B01 SoM support opencv version 4.1.1, If so can you direct me to the installation procedure.
Warmly, Bob
Does Jetson Mano B01 SoM support opencv version 4.1.1, If so can you direct me to the installation procedure.
Warmly, Bob
Hello @rjaffeco,
OpenCV 4.1.1 is supported from Jetpack 4.6.1 therefore, fi you install any version higher than that you should be good to go.
We would suggest you try Jetpack 4.6.5 which is the latest supported by the NVIDIA Jetson Platform: JetPack SDK 4.6.5 | NVIDIA Developer
Please let us know if that works for you.
regards,
Andrew
Embedded Software Engineer at ProventusNova
Hi @rjaffeco
To install OpenCV 4.1.1 in a Jetson Nano, you could follow the instructions at Compiling OpenCV from Source | OpenCV | RidgeRun
Also, please add these flags to the cmake
command
-D WITH_CUDA=ON \
-D WITH_GSTREAMER=ON \
I hope this helps.
Please, let us know how it goes.
Eduardo Salazar
Embedded SW Engineer at RidgeRun
Contact us: support@ridgerun.com
Developers wiki: https://developer.ridgerun.com/
Website: www.ridgerun.com
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.