File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33name : " 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.
6- camera_id : 6
6+ camera_id : 0
77format : " image/jpeg"
88image_width : 1280
99image_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
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/yuyv "
7+ format : " image/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
You can’t perform that action at this time.
0 commit comments