Hi,
I've been trying to get the camera parameters for my webcam. I'm using the uvc_cam package with camera_calibration package. The commands I use to start are as follows:
`
>roscore>rosrun uvc_camera camera_node>rosrun camera_calibration camacalibrator.py --size 10x7 --square 0.022 image:/usb_cam/image_raw camera:=/
Waiting for service //set_camera_info ...
OK`
At this point, nothing happens. Does anyone have a rough idea what is going wrong?
Thanks in advance
↧