We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
c1166e0
k230
GCC
1.将 opencv 仓库中的 tests 文件夹复制到 software/userapps/testcases/opencv 中 2.将 opencv 仓库中的 build/install 文件夹复制到 software/userapps/testcases/opencv 中 3.编译: cd software # 在 software 目 录 下 source ./smart-env.sh riscv64 # 运 行 smart-env.sh 脚 本, 配 置 为 riscv64 环 境 cd userapps/testcases/opencv python3 build.py 4.生成的产物将存放在 software/userapps/testcases/opencv/root 中 5.root 目录可参照 maix3 仓库下的 readme 直接对其进行编译打包,并下载到 Maix3 平台上运行(注: 若是通过 romfs 打包方式,请一次只打包一个 elf 文件)tests.tar.gz
25_opencv_calib3d.elf 图像显示深度信息有问题
The text was updated successfully, but these errors were encountered:
让lwp_munmap直接返回,运行不崩溃,问题范围可以大概锁定在lwp_mmap2和lwp_munmap之间
Sorry, something went wrong.
No branches or pull requests
RT-Thread Version
c1166e0
Hardware Type/Architectures
k230
Develop Toolchain
GCC
Describe the bug
1.将 opencv 仓库中的 tests 文件夹复制到 software/userapps/testcases/opencv 中
2.将 opencv 仓库中的 build/install 文件夹复制到 software/userapps/testcases/opencv 中
3.编译:
cd software # 在 software 目 录 下
source ./smart-env.sh riscv64 # 运 行 smart-env.sh 脚 本, 配 置 为 riscv64 环 境
cd userapps/testcases/opencv
python3 build.py
4.生成的产物将存放在 software/userapps/testcases/opencv/root 中
5.root 目录可参照 maix3 仓库下的 readme 直接对其进行编译打包,并下载到 Maix3 平台上运行(注:
若是通过 romfs 打包方式,请一次只打包一个 elf 文件)tests.tar.gz
Other additional context
25_opencv_calib3d.elf 图像显示深度信息有问题
The text was updated successfully, but these errors were encountered: