VisionWorks + 2 CSI cameras

Hi,

Some of our users have updated the visionworks source to their use case directly.
You can find the library here: /usr/share/visionworks/sources/nvxio/src/NVX/FrameSource/GStreamer/

bool GStreamerNvCameraFrameSourceImpl::InitializeGstPipeLine()
    // create nvcamerasrc
    GstElement * nvcamerasrc = gst_element_factory_make("nvarguscamerasrc", nullptr);
    ...

Thanks.