Skip to content

Commit

Permalink
Release 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
heikohimu committed Jul 17, 2021
1 parent 1772ad8 commit 3ba0dd3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.5.3 (2021-07-17)
------------------

- Added build script for Visual Studio
- Added methods for getting region id and data purpose id from buffer
- On Windows, also try to find producers in sub directories of current library
- Fixed some compiler warnings
- Improved error message when writing on cport fails
- Fixed conversion from YCbCr411 format to Mono8 in convertImage() function
- Improved error message when setting invalid enum
- Added support for RGB8 color format in getColor() function

2.5.2 (2021-07-06)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>rc_genicam_api</name>
<version>2.5.2</version>
<version>2.5.3</version>
<description>
GenICam/GigE Vision Convenience Layer.

Expand Down

0 comments on commit 3ba0dd3

Please sign in to comment.