Skip to content

Commit c4afd60

Browse files
committed
update camera config
1 parent 6e0a4d3 commit c4afd60

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

camera-config/MastCameraCalibration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ 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.
66
camera_id: 0
7-
format: "image/jpeg"
7+
format: "image/x-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

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/x-h264"
7+
format: "image/yuyv"
88
image_width: 1280
99
image_height: 720
1010
framerate: 30
11-
opencv_enabled: 1 # 0 for true, 1 for false
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

0 commit comments

Comments
 (0)