We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c7881 commit ebdc128Copy full SHA for ebdc128
1 file changed
utilities/stress_test.py
@@ -360,7 +360,6 @@ def build_pipeline(device: dai.Device, args) -> Tuple[dai.Pipeline, List[Tuple[s
360
eeprom = calib.getEepromData()
361
left_socket = eeprom.stereoRectificationData.leftCameraSocket
362
right_socket = eeprom.stereoRectificationData.rightCameraSocket
363
- print(f"L: {left_socket} | R: {right_socket}")
364
align_socket = [
365
cam.socket
366
for cam in camera_features
0 commit comments