Results 5 comments of 马江

i think,you can copy file to $ sudo cp /usr/local/lib/python3.5/site-packages/cv2.cpython-35m-aarch64-linux-gnu.so /usr/local/lib/python3.5/dist-packages/cv2.so $ ls /usr/local/lib/python3.5/dist-packages/cv2.* /usr/local/lib/python3.5/dist-packages/cv2.cpython-35m-aarch64-linux-gnu.so $ ls /usr/local/lib/python2.7/dist-packages/cv2.* /use/local/lib/python2.7/dist-packages/cv2.so $ python3 -c 'import cv2; print(cv2.__version__)' 3.4.1-dev $ python2 -c 'import...

https://jkjung-avt.github.io/opencv3-on-tx2/

you need use nvidia sdkmanage update os to ubuntu18.04 update ./buidOpenCVTX2.sh file OPENCV_VERSION=4.2.0 time cmake -D CMAKE_BUILD_TYPE=RELEASE \ -D CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} \ -D WITH_CUDA=ON \ -D CUDA_ARCH_BIN=${ARCH_BIN} \ -D CUDA_ARCH_PTX="" \...

below is buildOpencv .sh, i hope help you #!/bin/bash # License: MIT. See license file in root directory # Copyright(c) JetsonHacks (2017-2018) OPENCV_VERSION=4.4.0 # Jetson TX2 ARCH_BIN=6.2 # Jetson TX1...

Hi ALL, You can try to test 2023-10-10-raspios-bookworm-armhf.img, download it at the following address. ` wget https://downloads.raspberrypi.org/raspios_armhf/images/raspios_armhf-2023-10-10/2023-10-10-raspios-bookworm-armhf.img.xz` `sudo rm -rf LCD-show git clone https://github.com/goodtft/LCD-show.git chmod -R 755 LCD-show cd LCD-show/...