How to set multiple source in deepstream-can-orientation-app?

How can i set multiple source in config file ds_can_orientation_basler_cam.yaml

source:
  camera:
    device_serial_number: 0815-0000
    pfs_path: basler_cam_emulation_0815-0000.pfs
    width: 870
    height: 1200
  framerate: 30/1

video_template:
  customlib_name: /opt/nvidia/deepstream/deepstream/lib/libnvds_vpicanmatch.so
  customlib_props: config-file:config_video_template_can_match.yaml

sink:
  egl_display: true
  sync: false

debug:
  print_result: true

• Hardware Platform: Jetson NX
**• DeepStream 6.2 **
• JetPack 5.1

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

Please read the source code in /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps/deepstream-can-orientation-app. The sample only support single source. You can add multiple sources supporting in the code.

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