Changelog for package usb_cam
0.1.8 (2014-08-21)
- autoexposure and exposure settings now exposed via ROS parameters
- added ability to call v4l-utils as well as correctly set autofocus
- cleanup of output
- Merge pull request #15 from mistoll/develop
added support for RGB24 pixel format
- Added RGB24 as pixel format
- Contributors: Michael Stoll, Russell Toris
0.1.7 (2014-08-20)
- changelog fixed
- minor cleanup and ability to change camera name and info
- Contributors: Russell Toris
0.1.6 (2014-08-15)
- Merge pull request #14 from KaijenHsiao/master
added support for 10-bit mono cameras advertising as YUV
- added support for 10-bit mono cameras advertising as YUV (such as Leopard Imaging's LI-USB30-V034)
- Update CHANGELOG.rst
- changelog updated
- Merge pull request #13 from vrabaud/develop
add a a ros::spinOnce to get set_camera_info working
- add a a ros::spinOnce to get set_camera_info working
This is explained in the docs of CameraInfoManager
https://github.com/ros-perception/image_common/blob/hydro-devel/camera_info_manager/include/camera_info_manager/camera_info_manager.h#L71
Also, this fixes https://github.com/ros-perception/image_pipeline/issues/78
- Contributors: Kaijen Hsiao, Russell Toris, Vincent Rabaud, sosentos
0.1.5 (2014-07-28)
- auto format
- cleanup of readme and such
- Merge branch 'hydro-devel' of github.com:bosch-ros-pkg/usb_cam
- Merge pull request #11 from pronobis/hydro-devel
Fixed a bug with av_free missing by adding a proper include.
- Fixed a bug with av_free missing by adding a proper include on Ubuntu 14.04.
- Merge pull request #7 from cottsay/groovy-devel
Use pkg-config to find avcodec and swscale
- Merge pull request #5 from FriedCircuits/hydro-devel
Remove requirments for self_test
- Use pkg-config to find avcodec and swscale
- Update package.xml
- Remove selftest
- Remove selftest
- Update usb_cam_node.cpp
- Merge pull request #2 from jonbinney/7_17
swap out deprecated libavcodec functions
- swap out deprecated libavcodec functions
- Contributors: Andrzej Pronobis, Jon Binney, Russell Toris, Scott K Logan, William
0.1.3 (2013-07-11)
- Merge pull request #1 from jonbinney/rosify
Bag of improvements
- add framerate parameter
- use ROS_* for output
- use camera_info_manager
- Contributors: Jon Binney, Russell Toris
0.1.2 (2013-05-06)
- installs usb_cam_node
- Contributors: Russell Toris
0.1.1 (2013-05-02)
- cmake fixed
- ffmpeg added
- Contributors: Russell Toris