Multiple CSI Camera Deepstream

Hi, I am not sure how to edit the deepstream test-3 app in PYTHON to use MULTIPLE CSI CAMERAS. Any help would be appreciated. I am not understanding where do I set the sensor id for the same.

You can refer to c++ sample
sources/apps/apps-common/src/deepstream_source_bin.c::create_camera_source_bin
case NV_DS_SOURCE_CAMERA_V4L2:
for how to create CSI camera element.

and check set_camera_csi_params for how to set sensor ID.