Where are all the argus sample applications?

Hi there,

I’m totally new to Jetson and feel I’m missing something really silly…

I have a project to use 2+ syncronous cameras on the Jetson and in my time looking on this forum I constantly find there is some sample application called “syncSensor” that does what I want.

The thing is I can’t find this example… Anywhere!
I find all the sample applications referenced in the Multimedia API documentation but I simply can’t find any thing beyond that…

For reference I’m using a Jetson Nano with the stock JetPack image installed to my SD card from a few days ago.

Do I need to use the SDK Manager to get access to more examples on the Jetson?

Sorry if this is apparently really easy and I missed it…

sudo apt install nvidia-l4t-jetson-multimedia-api

should install it into /usr/src/jetson_multimedia_api/.

Then cd to /usr/src/jetson_multimedia_api/argus and build with cmake.

Thank-you - I actually solved it too myself just now!

I don’t think I actually ever installed jetpack with sudo apt install nvidia-jetpack in the first place… :-/

I feel very silly but I blame my own tiredness. Thanks for you help!