camera calibration file head_camera.yaml not found
Arduino#ROS#Raspberry
kinetic
asked May 4 '18
samo gravatar image
samo
1 ●4 ●7 ●10
updated May 5 '18
PeteBlackerThe3rd gravatar image
PeteBlackerThe3rd flag of United Kingdom of Great Britain and Northern Ireland
8072 ●16 ●112 ●105 https://www.linkedin.c…
Hello,
I’m trying to launch my USB camera, i typed : roslaunch cam-test.launch so my camera is working but i had two warnings:
[ WARN ] : Camera calibration file /home/..../.ros/camera_info/head_camera.yaml not found
[ WARN ] : unknown control 'focus_auto'
Comments
In my case, the camera image is displayed well although such two warnings happened as above.
bigbellmercy gravatar imagebigbellmercy ( Sep 26 '19 )
add a comment
1 Answer
Sort by »
oldest
newest
most voted
1
answered May 5 '18
PeteBlackerThe3rd gravatar image
PeteBlackerThe3rd flag of United Kingdom of Great Britain and Northern Ireland
8072 ●16 ●112 ●105 https://www.linkedin.c…
These are only warnings so you’re camera node should be running okay and publishing images. Have you started RVIZ and tried to view the image topic?
The first warning is caused because you haven’t calibrated the camera lens model and linked this into the launch file. If you’re not estimating geometry from images then you will not need this anyway. If you need to calibrate the camera this is described here.
The second warning appears to state that your USB camera hardware doesn’t support switching between auto and manual focus. I wouldn’t worry about this one either.