You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello BlazingForests,
I am working on RealSense Camera Model: VF0800. And I want to use the the /camera_info topic. What's more, I hope to use the standard calibration built-in tool http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration to calibration my camera. Is it possible to support this? Thanks a lot!
The text was updated successfully, but these errors were encountered:
This is not available yet. The driver is now publishing with image_transport::Publisher and not with image_transport::CameraPublisher. This has to be eventually done to load the calibration file and have it published automatically in a camera_info topic. But as a work around, you can still calibrate your camera with camera_calibration node provided with --no-service-check parameter. Convert the calibration output into a yaml file using camera_calibration_parsers node. Load this yaml file using ros param load in the launch file of your node where you want to use this calibration data. Hope it helps!
Hello BlazingForests,
I am working on RealSense Camera Model: VF0800. And I want to use the the /camera_info topic. What's more, I hope to use the standard calibration built-in tool http://wiki.ros.org/camera_calibration/Tutorials/MonocularCalibration to calibration my camera. Is it possible to support this? Thanks a lot!
The text was updated successfully, but these errors were encountered: