jetsonhacks / buildOpenCVTX2

Build and install OpenCV for the NVIDIA Jetson TX2
MIT License
276 stars 153 forks source link

How to configure environment variables #18

Closed Programmerwyl closed 6 years ago

Programmerwyl commented 6 years ago

Firstly ,thanks for your work I have some question when I complete the script , is it necessary to configure the environment variables for opencv ? Is there any way to tell if cuda is accelerating opencv ? Thanks again

jetsonhacks commented 6 years ago

It's a standard OpenCV installation, you will need to configure it accordingly.

Programmerwyl commented 6 years ago

Hi @jetsonhacks Thank you very much for your reply. I don't really know how to configure it, can you tell me more about it Thanks

jetsonhacks commented 6 years ago

It depends on what you are trying to accomplish. There are entire books written on the subject, for example: https://amzn.to/2M5bej6 For this script, there is an article and a video: https://www.jetsonhacks.com/2018/05/28/build-opencv-3-4-with-cuda-on-nvidia-jetson-tx2/

In a code repository such as this, typically people ask specific questions about issues they are having.