Skip to content

Releases: roboception/rc_genicam_api

Release v2.6.3

06 Oct 08:06
Compare
Choose a tag to compare

2.6.3 (2023-10-06)

  • gc_config:
    -Fixed calling data latch to properly show PTP status
  • gc_info:
    • Added choice to either use local or remote nodemap of device
    • Added extended output that includes printing the local nodemaps of system, interface and device as well

Release v2.5.17

19 Oct 10:18
Compare
Choose a tag to compare
2.5.17 (2022-10-13)

-------------------

- Added building for Jammy
- Added possibility to specify GenICam parameters on the command line of gc_pointcloud tool
- README: change grep for newer netstat versions

Release 2.5.12

23 Oct 19:57
Compare
Choose a tag to compare
2.5.12 (2021-10-23)

-------------------

- Imporved Windows build script for compiling with libpng
- Fixed some issues when compiling under Windows

Release 2.5.3

17 Jul 19:40
Compare
Choose a tag to compare
  • 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

Release 2.5.1

16 Mar 16:01
Compare
Choose a tag to compare

2.5.1 (2021-03-16)

  • Fixed compile problems under Windows
  • Fixed using wrong pointer in method Stream::getTLType()
  • Readme: Add link to release page
  • Removing redundant specification of namespace in some source files

Release 2.4.4

27 Nov 10:05
Compare
Choose a tag to compare
2.4.4 (2020-10-23)

------------------

- Trying to fix problem that interface handle becomes invalid

rc_genicam_api (2.2.3)

25 Jul 12:26
Compare
Choose a tag to compare

2.2.3 (2019-07-25)

  • Fixed Windows install issues
  • Fixing segfault in Buffer::getTLType()

rc_genicam_api v2.0.3

09 Jan 17:16
Compare
Choose a tag to compare

2.0.3 (2019-01-09)

  • Improved description of some device methods
  • Under Windows, do not check install path but only current directory as default location of GenTL producer

rc_genicam_api v2.0.2

02 Jan 10:03
Compare
Choose a tag to compare

2.0.2 (2019-01-01)

  • Fixed bug in rcg::getEnum() function that may lead to a seg fault
  • Minor changes in cmake build files

rc_genicam_api v2.0.1

02 Jan 10:02
Compare
Choose a tag to compare

2.0.1 (2018-12-21)

  • Added test mode to gc_stream tool (i.e. disables saving for only testing the connection)
  • Added printing of package size to gc_stream tool
  • Added statistic to gc_stream tool
  • Removed aborting gc_stream with 'Enter' from Linux version as it causes unwanted stops in some situations
  • Minor fixes in build files.