Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide a setCameraInfoService #55

Open
lgeo3 opened this issue Nov 23, 2015 · 1 comment
Open

provide a setCameraInfoService #55

lgeo3 opened this issue Nov 23, 2015 · 1 comment

Comments

@lgeo3
Copy link
Contributor

lgeo3 commented Nov 23, 2015

For now the camera info are stored directly in the cpp files (camera_info_definitions).
It could be really useful to provide a service like setCameraInfo as cameraInfoManager do (http://wiki.ros.org/camera_info_manager)

Do you think it's a good idea ?

If yes, @nlyubova can you write the code ?

@lgeo3 lgeo3 changed the title setCameraInfoService provide a setCameraInfoService Nov 23, 2015
@lgeo3
Copy link
Contributor Author

lgeo3 commented Nov 23, 2015

for information, here are some camera parameters found with a pepper without lens:
Camera Depth
height: 240
width: 320
distortion_model: plumb_bob
D: [-0.034735562070430714, -5.3482411530691917e-05, 0.003069418585258507, -0.00042019079784534505, 0.0]
K: [280.9263523583125, 0.0, 157.4614566053691, 0.0, 280.1872353270472, 122.15035505105976, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [276.89691162109375, 0.0, 156.8604785506468, 0.0, 0.0, 277.0999450683594, 122.17943230681158, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi:
x_offset: 0
y_offset: 0
height: 0
width: 0
do_rectify: False

Camera Front
height: 240
width: 320
distortion_model: plumb_bob
D: [0.019517551986637755, -0.16455883726939335, 0.0014704035994650678, -0.0001590659187736515, 0.0]
K: [292.2001444585798, 0.0, 159.87738419591204, 0.0, 291.36512840511693, 118.4116998822828, 0.0, 0.0, 1.0]
R: [1.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]
P: [288.55267333984375, 0.0, 159.32661485617064, 0.0, 0.0, 289.7435607910156, 118.11884821555395, 0.0, 0.0, 0.0, 1.0, 0.0]
binning_x: 0
binning_y: 0
roi:
x_offset: 0
y_offset: 0
height: 0
width: 0
do_rectify: False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant