OTL / cv_camera

ROS opencv camera driver that uses cv::VideoCapture
BSD 3-Clause "New" or "Revised" License
87 stars 83 forks source link

Automatic rescaling camera info with rescale_camera_info parameter #13

Closed okalachev closed 6 years ago

okalachev commented 6 years ago

This PR resolves #10, adding ~rescale_camera_info parameter.

While coding I met 3 issues, so I'm not sure the approach I used is correct:

So I don't know, if the camera node intended to rescale camera info parameters by the ROS authors' idea.

OTL commented 6 years ago

Code and docs seems great!