How to access Ximea camera in VisionWorks

Can anyone provide the solution to input ximea as a source in visionworks for jetson tx2 environment.
thank you in advance.

Hi,

VisionWorks only support onboard (CSI) camera currently but you can manually add the support.

It looks like Ximea camera is a USB camera.
Here are the steps to enable it in visionworks:

1. Make sure you can open your camera with GStreamer.
2. Add VisionWorks with GStreamer support.
Here is an example for your reference:
https://devtalk.nvidia.com/default/topic/1019753/jetson-tx2/how-to-use-onboard-camera-on-tx2-dev-kit-with-visionworks-1-6-jetpack-3-1-/post/5203955/#5203955

Thanks.