Skip to content

Commit

Permalink
Update changelog for release 0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <[email protected]>
  • Loading branch information
flynneva committed Apr 2, 2023
1 parent 264b6b1 commit cbfd54a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog for package usb_cam
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.6.0 (2023-04-02)
------------------
* If auto exposure is true, set it
* Migrate previous pixel formats to new approach
- Add M4202RGB pixel format (aka YUV420 to RGB8)
- Add Y102MONO8 pixel format (aka MONO10 to MONO8)
* Update documentation related to supported formats
- update doc strings in new pixel format base class
* Fix linter errors, clean up tests
- fix humble and rolling build
* Implement new pixel_format class structure
- implement virtual convert method for new pixel format class
- fix MJPEG2RGB conversion logic using new pixel format class
* Fix typo in workspace path in README
* fix whitespace around comments
* fix unused variable error
* possible fix for timestamp jumping
* fix code style
* dont change brightness with default config
* use v4l2 for "brightness", "contrast", "saturation", "sharpness", "gain", "auto_white_balance",
"white_balance", "autoexposure", "exposure", "autofocus", "focus"
* Contributors: Evan Flynn, john

0.5.0 (2023-01-14)
------------------
* Merge pull request `#212 <https://github.com/flynneva/usb_cam/issues/212>`_ from flynneva/203-refactor-usb-cam-library-with-no-ros-deps
Expand Down

0 comments on commit cbfd54a

Please sign in to comment.