Skip to content

Commit cbfd54a

Browse files
committed
Update changelog for release 0.6.0
Signed-off-by: Evan Flynn <[email protected]>
1 parent 264b6b1 commit cbfd54a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22
Changelog for package usb_cam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
0.6.0 (2023-04-02)
6+
------------------
7+
* If auto exposure is true, set it
8+
* Migrate previous pixel formats to new approach
9+
- Add M4202RGB pixel format (aka YUV420 to RGB8)
10+
- Add Y102MONO8 pixel format (aka MONO10 to MONO8)
11+
* Update documentation related to supported formats
12+
- update doc strings in new pixel format base class
13+
* Fix linter errors, clean up tests
14+
- fix humble and rolling build
15+
* Implement new pixel_format class structure
16+
- implement virtual convert method for new pixel format class
17+
- fix MJPEG2RGB conversion logic using new pixel format class
18+
* Fix typo in workspace path in README
19+
* fix whitespace around comments
20+
* fix unused variable error
21+
* possible fix for timestamp jumping
22+
* fix code style
23+
* dont change brightness with default config
24+
* use v4l2 for "brightness", "contrast", "saturation", "sharpness", "gain", "auto_white_balance",
25+
"white_balance", "autoexposure", "exposure", "autofocus", "focus"
26+
* Contributors: Evan Flynn, john
27+
528
0.5.0 (2023-01-14)
629
------------------
730
* Merge pull request `#212 <https://github.com/flynneva/usb_cam/issues/212>`_ from flynneva/203-refactor-usb-cam-library-with-no-ros-deps

0 commit comments

Comments
 (0)