Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iri_mvbluefox3_camera_driver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
sensors
mono_cameras
iri_mvbluefox3_camera_driver
Commits
d95f6c11
Commit
d95f6c11
authored
8 years ago
by
Angel Santamaria-Navarro
Browse files
Options
Downloads
Patches
Plain Diff
almost working. to verify all dynrec
parent
1de50a48
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
launch/iri_mvbluefox3_camera.launch
+15
-8
15 additions, 8 deletions
launch/iri_mvbluefox3_camera.launch
params/F0300123_params.yaml
+41
-42
41 additions, 42 deletions
params/F0300123_params.yaml
params/F0300141_params.yaml
+42
-43
42 additions, 43 deletions
params/F0300141_params.yaml
with
98 additions
and
93 deletions
launch/iri_mvbluefox3_camera.launch
+
15
−
8
View file @
d95f6c11
<!DOCTYPE html>
<!
--
DOCTYPE html
--
>
<launch>
<arg name="num_cams" default="1" />
<arg
name=
"cam1_name"
default=
"
cam
1"
/>
<arg
name=
"cam2_name"
default=
"
cam2
"
/>
<arg name="cam1_name" default="
F030014
1" />
<arg name="cam2_name" default="
F0300123
" />
<node pkg="iri_mvbluefox3_camera"
name="iri_mvbluefox3_camera"
...
...
@@ -12,13 +12,20 @@
<param name="num_cams" value="$(arg num_cams)"/>
<!-- CAMERA 1 -->
<param name="cam1_name" value="$(arg cam1_name)"/>
<param
name=
"$(arg cam1_name)/calibration_file"
value=
"file://$(find iri_mvbluefox3_camera)/params/F0300141_calib.yaml"
/>
<rosparam
command=
"load"
file=
"$(find iri_mvbluefox3_camera)/params/F0300141_params.yaml"
/>
<rosparam ns="$(arg cam1_name)"
file="$(find iri_mvbluefox3_camera)/params/F0300141_params.yaml" command="load"/>
<param name="$(arg cam1_name)/calibration_file"
value="file://$(find iri_mvbluefox3_camera)/params/F0300141_calib.yaml"/>
<param
name=
"cam2_name"
value=
"$(arg cam2_name)"
/>
<param
name=
"$(arg cam2_name)/calibration_file"
value=
"file://$(find iri_mvbluefox3_camera)/params/F0300123_calib.yaml"
/>
<rosparam
command=
"load"
file=
"$(find iri_mvbluefox3_camera)/params/F0300123_params.yaml"
/>
<!-- CAMERA 2 -->
<param name="cam2_name" value="$(arg cam2_name)"/>
<rosparam ns="$(arg cam2_name)"
file="$(find iri_mvbluefox3_camera)/params/F0300123_params.yaml"
command="load"/>
<param name="$(arg cam2_name)/calibration_file"
value="file://$(find iri_mvbluefox3_camera)/params/F0300123_calib.yaml"/>
</node>
...
...
This diff is collapsed.
Click to expand it.
params/F0300123_params.yaml
+
41
−
42
View file @
d95f6c11
cam2
:
serial
:
F0300123
frame_id
:
mvbluefox3_F0300123
tf_preix
:
"
"
serial
:
F0300123
frame_id
:
mvbluefox3_F0300123
tf_preix
:
"
"
#Image format
pixel_format
:
1
# e.g. mono8 = 1; rgb8 = 3;
width
:
1280
height
:
960
img_rot_angle
:
0.0
mirror
:
0
set_aoi
:
false
aoi_width
:
1280
aoi_height
:
960
aoi_start_x
:
0
aoi_start_y
:
0
h_binning_enbl
:
false
h_binning
:
1
v_binning_enbl
:
false
v_binning
:
1
#Image format
pixel_format
:
1
# e.g. mono8 = 1; rgb8 = 3;
width
:
1280
height
:
960
img_rot_angle
:
0.0
mirror
:
0
set_aoi
:
false
aoi_width
:
1280
aoi_height
:
960
aoi_start_x
:
0
aoi_start_y
:
0
h_binning_enbl
:
false
h_binning
:
1
v_binning_enbl
:
false
v_binning
:
1
# Acquisition
frame_rate
:
100000
frate_limit_mode
:
0
pixel_clock
:
66000
req_timeout
:
2000
auto_ctrl_enbl
:
false
auto_ctrl_speed
:
1
auto_expose
:
true
auto_expose_upperlimit
:
32759
auto_expose_des_grey_val
:
50
expose_us
:
10000
auto_gain
:
false
gain_db
:
0
gamma
:
false
# Acquisition
frame_rate
:
100000
frate_limit_mode
:
0
pixel_clock
:
66000
req_timeout
:
2000
auto_ctrl_enbl
:
false
auto_ctrl_speed
:
1
auto_expose
:
true
auto_expose_upperlimit
:
32759
auto_expose_des_grey_val
:
50
expose_us
:
10000
auto_gain
:
false
gain_db
:
0
gamma
:
false
# Image processing
whiteblnce_auto_enbl
:
true
wb_r_gain
:
1.0
wb_b_gain
:
1.0
auto_blck_level
:
true
blck_level
:
0
hdr_enbl
:
false
dark_cfilter
:
0
twist_cfilter
:
false
\ No newline at end of file
# Image processing
whiteblnce_auto_enbl
:
true
wb_r_gain
:
1.0
wb_b_gain
:
1.0
auto_blck_level
:
true
blck_level
:
0
hdr_enbl
:
false
dark_cfilter
:
0
twist_cfilter
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
params/F0300141_params.yaml
+
42
−
43
View file @
d95f6c11
cam1
:
serial
:
F0300141
frame_id
:
mvbluefox3_F0300141
tf_preix
:
"
"
serial
:
F0300141
frame_id
:
mvbluefox3_F0300141
tf_preix
:
"
"
#Image format
pixel_format
:
3
# e.g. mono8 = 1; rgb8 = 3;
width
:
1280
height
:
960
img_rot_angle
:
0.0
mirror
:
0
set_aoi
:
false
aoi_width
:
1280
aoi_height
:
960
aoi_start_x
:
0
aoi_start_y
:
0
h_binning_enbl
:
false
h_binning
:
1
v_binning_enbl
:
false
v_binning
:
1
#Image format
pixel_format
:
1
# e.g. mono8 = 1; rgb8 = 3;
width
:
1280
height
:
960
img_rot_angle
:
0.0
mirror
:
0
set_aoi
:
false
aoi_width
:
1280
aoi_height
:
960
aoi_start_x
:
0
aoi_start_y
:
0
h_binning_enbl
:
false
h_binning
:
1
v_binning_enbl
:
false
v_binning
:
1
# Acquisition
frame_rate
:
100000
frate_limit_mode
:
0
pixel_clock
:
66000
req_timeout
:
2000
auto_ctrl_enbl
:
false
auto_ctrl_speed
:
1
auto_expose
:
true
auto_expose_upperlimit
:
32759
auto_expose_des_grey_val
:
50
expose_us
:
10000
auto_gain
:
false
gain_db
:
0
gamma
:
false
# Image processing
whiteblnce_auto_enbl
:
true
wb_r_gain
:
1.0
wb_b_gain
:
1.0
auto_blck_level
:
true
blck_level
:
0
hdr_enbl
:
false
dark_cfilter
:
0
twist_cfilter
:
false
\ No newline at end of file
# Acquisition
frame_rate
:
100000
frate_limit_mode
:
0
pixel_clock
:
66000
req_timeout
:
2000
auto_ctrl_enbl
:
false
auto_ctrl_speed
:
1
auto_expose
:
true
auto_expose_upperlimit
:
32759
auto_expose_des_grey_val
:
50
expose_us
:
10000
auto_gain
:
false
gain_db
:
0
gamma
:
false
# Image processing
whiteblnce_auto_enbl
:
true
wb_r_gain
:
1.0
wb_b_gain
:
1.0
auto_blck_level
:
true
blck_level
:
0
hdr_enbl
:
false
dark_cfilter
:
0
twist_cfilter
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment