File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ name: "mast"
44description : " Camera located on the mast of the rover."
55# Make sure that this camera_id matches the one defined in the udev rules.
66camera_id : 0
7- format : " image/jpeg "
7+ format : " image/x-h264 "
88image_width : 1280
99image_height : 720
1010framerate : 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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ name: "wrist"
44description : " Camera located on the wrist of the rover arm."
55# Make sure that this camera_id matches the one defined in the udev rules.
66camera_id : 4
7- format : " image/x-h264 "
7+ format : " image/yuyv "
88image_width : 1280
99image_height : 720
1010framerate : 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
You can’t perform that action at this time.
0 commit comments