how to install opencv3 with cuda in my jetson agx orin
Hi,
We have a script that can build it automatically:
#!/bin/bash
#
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
#
# NVIDIA Corporation and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA Corporation is strictly prohibited.
#
version="4.6.0"
folder="workspace"
set -e
for (( ; ; ))
do
echo "Do you want to remove the default OpenCV (yes/no)?"
read rm_old
This file has been truncated. show original
Thanks.
Can I use the script to build opencv3.4.5?
Hi,
You can change the version
variable and try it directly.
OpenCV 3 has been released for a while so it might not support the recent software like CUDA 11.
Thanks.
system
Closed
July 26, 2023, 4:07am
7
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.