- Adding MONO8 format if number of channels is 1
- Contributors: Servando
- Use OpenCV 3.x+ enums instead of 2.x defines (#28)
- Allow specifying camera name for camera_info_manager (#26) I think this is reasonable. Thanks.
- Contributors: Alexey Rogachevskiy
- Update for Melodic release Use libopencv-dev instead of opencv3
- Add link to ROS2 fork
- Improve README.md style
- Add capture_delay parameter
- Fix rescaling coefficient calculation (#15)
- Remove mail address of contributors
- Fix topic names Before this change, /image_raw, /camera_info is published. But that is not designed. As in README.md, it publishes ~image_raw, ~camera_info, that means it contains node name as prefix. This is broken so long time ago, (and test was failing.)
- Add contributers in README
- Format code
- Automatic rescaling camera info with rescale_camera_info parameter (#10) (#13)
- update to use non deprecated pluginlib macro (#9)
- Contributors: Mikael Arguedas, Oleg Kalachev, Takashi Ogura
- Update README.md
- Add device_path support (#8) * Add device_path support
- Contributors: Maurice Meedendorp, Takashi Ogura
- use OpenCV3
- rostest is optional
- Fix opencv2 to libopencv-dev
- Contributors: Takashi Ogura
- Enable any prop code
- Fix coding style using roslint
- Support CV_CAP_PROP_* params
- Contributors: Takashi Ogura
- rostest should be build_depend (for binary package build) see http://docs.ros.org/api/catkin/html/howto/rostest_configuration.html for more information.
- change behavior with calibration yaml. overwrite image size with yaml data if yaml is specified. if no calib is provided, use image size.
- add offline mode and tests
- use camera_info_manager for CameraInfo.
- add parameters frame_id/image_width/image_height
- ROS Camera node by cv::VideoCapture
- Initial commit