rbonghi / jetson_stats

📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
https://rnext.it/jetson_stats
GNU Affero General Public License v3.0
2.17k stars 264 forks source link

Missing OpenCV build from source #214

Closed SEHAIRIKamal closed 1 year ago

SEHAIRIKamal commented 2 years ago

bug description Hello all, I have built OpenCV from source with Cuda support successfully. The python detects OpenCV correctly and returns its version, however, Jetson_release -vreturns that OpenCV is not installed. Is there way to add the built OpenCV from source to system that can be detected using the command Jetson_release -v

To Reproduce Steps to reproduce the behavior:

  1. Delete the jetson nano pre-installed OpenCV
  2. Download and build OpenCV rom source
  3. run Jetson_release -v
  4. See error

Screenshots Screenshot from 2022-04-19 13-10-41

Board Jetson Nano

Jetpack

Jetson-Stats

rbonghi commented 2 years ago

should be fixed by #212