Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ba2c47

Browse files
committed
chore(*): comment of imu range.
1 parent7f77847 commit9ba2c47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎samples/ctrl_auto_exposure.cc‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ int main(int argc, char *argv[]) {
6666

6767
// max_gain: range [0,255], default 8
6868
api->SetOptionValue(Option::MAX_GAIN,8);
69-
// max_exposure_time: range [0,1000], default 333
69+
// max_exposure_time: range [0,655], default 333
7070
api->SetOptionValue(Option::MAX_EXPOSURE_TIME,333);
7171
// desired_brightness: range [1,255], default 122
7272
api->SetOptionValue(Option::DESIRED_BRIGHTNESS,122);
73-
// min_exposure_time: range [0,1000], default 0
73+
// min_exposure_time: range [0,655], default 0
7474
api->SetOptionValue(Option::MIN_EXPOSURE_TIME,0);
7575

7676
LOG(INFO) <<"Enable auto-exposure";

‎wrappers/ros/src/mynt_eye_ros_wrapper/config/device/standard2.yaml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ standard2/max_exposure_time: -1
4545
standard2/desired_brightness:-1
4646
# standard2/desired_brightness: 122
4747

48-
# standard2/min_exposure_time range: [0,1000]
48+
# standard2/min_exposure_time range: [0,655]
4949
standard2/min_exposure_time:-1
5050
# standard2/min_exposure_time: 0
5151

@@ -87,7 +87,7 @@ standard210a/max_exposure_time: -1
8787
standard210a/desired_brightness:-1
8888
# standard210a/desired_brightness: 122
8989

90-
# standard210a/min_exposure_time range: [0,1000]
90+
# standard210a/min_exposure_time range: [0,655]
9191
standard210a/min_exposure_time:-1
9292
# standard210a/min_exposure_time: 0
9393

@@ -133,7 +133,7 @@ standard200b/max_exposure_time: -1
133133
standard200b/desired_brightness:-1
134134
# standard200b/desired_brightness: 122
135135

136-
# standard200b/min_exposure_time range: [0,1000]
136+
# standard200b/min_exposure_time range: [0,655]
137137
standard200b/min_exposure_time:-1
138138
# standard200b/min_exposure_time: 0
139139

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp