I am attempting to install OpenCV on my AVerMedia Jetson Nano (Version B01) with an EN715 carrier board. I have attempted this installation script by: mdegans GitHub - mdegans/nano_build_opencv: Build OpenCV on Nvidia Jetson Nano
however, I get the following error in my config log file
configlogfail.docx (10.2 KB)
I also want to use this post to identify other AVerMedia D111NO kit users as I have not seen any posts about this particular configuration of the Jetson Nano. This Jetson Nano is different as it flashes serially and doesn’t have opencv already installed on it. I tried installing just the python version, but numpy would not get built. In the short term, I need a way to capture and record video using linux tools, but in the long-term I need opencv installed on the ARM architecture of the Jetson Nano. So far, I have been able to stream video using v4l-utils and qv4l2, however it does not allow me to capture and record frames. Does anyone know any way to get a linux tool to do this on the Jetson Nano? Or any other suggestions for OpenCV on the Jetson Nano?
Thanks.