Skip to content

Commit 9d94fd9

Browse files
committed
adjust cam configs
1 parent fd412e2 commit 9d94fd9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

camera-config/MastCameraCalibration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
name: "mast"
44
description: "Camera located on the mast of the rover."
55
# Make sure that this camera_id matches the one defined in the udev rules.
6-
camera_id: 6
6+
camera_id: 0
77
format: "image/jpeg"
88
image_width: 1280
99
image_height: 720
10-
framerate: 60
11-
opencv_enabled: 1 # 0 for true, 1 for false
10+
framerate: 30
11+
opencv_enabled: 0 # 0 for true, 1 for false
1212
# calib_info:
1313
# calibration_time: "Sat 01 May 2021 01:54:16 PM PDT"
1414
# board_width: 11

camera-config/WristCameraCalibration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ name: "wrist"
44
description: "Camera located on the wrist of the rover arm."
55
# Make sure that this camera_id matches the one defined in the udev rules.
66
camera_id: 4
7-
format: "image/yuyv"
7+
format: "image/h264"
88
image_width: 1280
99
image_height: 720
1010
framerate: 30
11-
opencv_enabled: 0 # 0 for true, 1 for false
11+
opencv_enabled: 1 # 0 for true, 1 for false
1212
# calib_info:
1313
# calibration_time: "Sat 01 May 2021 01:54:16 PM PDT"
1414
# board_width: 11

0 commit comments

Comments
 (0)