I'm trying to make install opencv-3.4.16 on a RockPro64 ARM64 device on NetBSD 9.3. Has anyone successfully built and installed (or installed binary pkg) and tried import cv2 in python310?
I received this:
******************************************************************
* FATAL ERROR: *
* This OpenCV build doesn't support current CPU/HW configuration *
* *
* Use OPENCV_DUMP_CONFIG=1 environment variable for details *
******************************************************************
And with OPENCV_DUMP_CONFIG=1 set:
Required baseline features:
ID=100 (NEON) - NOT AVAILABLE
ID= 9 (FP16) - NOT AVAILABLE
terminate called after throwing an instance of 'cv::Exception'
Is this the end of it for support on a RockPro64?