You can select the sensors that are going to be used with the options numSelectSensors, selectSensor, and flipSensor. numSelectSensors=2 ; define the number of sensors that are going to be selected. selectSensor1=41 ; the first sensor to select is of type 41 flipSensor1=0 ; the capture image of the first sensor is not going to be flipped selectSensor2=15 ; the second sensor is of type 15 flipSensor2=1 ; the capture image of the second sensor is going to be flipped |