How to Use Jetson Utils in C++

@dusty_nv @linuxdev @kayccc @DaneLLL

Is there any documentation available for using the Jetson Utils package specifically in C++ ? Any Examples will help.

Hi @Ish, the jetson-utils C++ reference documentation can be found here: https://rawgit.com/dusty-nv/jetson-inference/dev/docs/html/group__util.html

If you use a CMakeLists.txt like this, then you can use jetson-utils in your C++ program: https://github.com/dusty-nv/jetson-inference/blob/master/examples/my-recognition/CMakeLists.txt

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.