How do I access the camera module on the NVIDIA Jetson TX1

So we’re pretty new at this, but I downloaded the files for vision works and I have no idea how to access the camera to program. How do we do that?
Also, if there are any good tools for writing an object recognizing program for the camera, could you link those?
Thanks

Hi,

1. Please check this topic for VisonWorks+camera information.

2. It’s recommended to use TensorRT for object recognition use-case: Here is our tutorial:

Thanks