Skip to content

Commit 3ba0dd3

Browse files
committed
Release 2.5.3
1 parent 1772ad8 commit 3ba0dd3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.5.3 (2021-07-17)
2+
------------------
3+
4+
- Added build script for Visual Studio
5+
- Added methods for getting region id and data purpose id from buffer
6+
- On Windows, also try to find producers in sub directories of current library
7+
- Fixed some compiler warnings
8+
- Improved error message when writing on cport fails
9+
- Fixed conversion from YCbCr411 format to Mono8 in convertImage() function
10+
- Improved error message when setting invalid enum
11+
- Added support for RGB8 color format in getColor() function
12+
113
2.5.2 (2021-07-06)
214
------------------
315

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="2">
33
<name>rc_genicam_api</name>
4-
<version>2.5.2</version>
4+
<version>2.5.3</version>
55
<description>
66
GenICam/GigE Vision Convenience Layer.
77

0 commit comments

Comments
 (0)