At least for me the install_opencv4.6.0_Jetson.sh script does not run because V4l2ucp seems no longer available at JetPack 5.0.2. ( Ubuntu 20.04).
I removed it from the script to enable the build.
Any idea what wont work with Ubuntu 20.04 OpenCV 4.6.0 CUDA accelerate if V4l2ucp is not available?
So I would guess that the only thing you will miss will be this graphical interface (so if you connect a camera and want to play with parameters, you will have to do it from the code).
Worst case, it might somehow be used to control parameters from opencv, in which case you will have to use directly the v4l2 interface (lower level than the opencv functions).
I am a bit surprised people have not reported the build problem yet. And someone claimed it worked with JetPack5. Maybe the issue is with JetPack 5.0.2?
It seems a common OpenCV build script with the Jetsons. No problems with the previous JetPacks. It was dropped on the latest versions of Ubuntu for some reason.
Of course having OpenCV GPU accelerate provide with the JetPacks is another discussion.