|
2 | 2 | Changelog for package usb_cam |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 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 | + |
5 | 28 | 0.5.0 (2023-01-14) |
6 | 29 | ------------------ |
7 | 30 | * 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