# Version History

**URL:** https://forum.commonvisionblox.com/t/version-history/18
**Category:** Downloads
**Created:** [September 29, 2019, 10:00pm UTC](https://forum.commonvisionblox.com/t/version-history/18 "2019-09-29T22:00:00Z")
**Posts on this page:** 20
**Page:** 4

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [March 30, 2023, 6:39am UTC](https://forum.commonvisionblox.com/t/version-history/18/64 "2023-03-30T06:39:00Z")

</div>

## 14.00.003 [2023-03-30]

_ **CVB++ API** _ _no version change_  
Updated the CppCudaMemory example.  
Fixed a bug in the `DeviceFactory::OpenPort` method of the wrapper.

_ **CVBpy Wheel** _ _no version change_  
Rebuilt to make the fix for `DeviceFactory::OpenPort` available in CVBpy.  
Improved interoperability of images and point clouds with numpy.

_ **CVCDriver.dll** _ _4.3.8.1000_  
Rebuilt to make the fix for `DeviceFactory::OpenPort` available in CVBpy.  
Improved interoperability of images and point clouds with numpy.

_ **CVFactory.dll** _ _5.0.10.937_  
Fixed a initialization issue that did lead to problems with `DeviceFactory::OpenPort`.

_ **CVMgmtSvc.exe** _ _2.19.2.903_  
Improved resilience on Linux to situations where the CodeMeter daemon did not finish initialization by the time the cvmgmtd daemon is launched.  
Adapted to shared object name change in the Linux build of the CodeMeter runtime.

_ **CVCUtilities.dll** _ _4.15.0.777_  
Corrected version reporting under Linux.

_ **GenICamBrowser.exe** _ _4.9.1.1655_  
Fixed a synchronization issue that could lead to an access violation when closing a camera window or the entire application.  
Modified the approach to setting a camera’s IP address to the GEV compliant way.

_ **GevTL.cti** __1.26.1.712_  
Expose Action Commands under standard GenICam naming conventions.  
Enabled GEV compliant way of setting a camera’s IP address.

_ **TeachBench.exe** __1.64.2.1367_  
Fixed a binding error in Polimago Classification and Regression module that led to an uncaught exception during project creation.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [May 3, 2023, 6:05am UTC](https://forum.commonvisionblox.com/t/version-history/18/65 "2023-05-03T06:05:05Z")

</div>

## 14.00.004 [2023-05-03]

_ **CVBpy Wheel** _ _no version change_  
Included missing stub files.

_ **CVGenApi.dll** _ _3.3.1.171_  
Fixed access violation when trying to download a file from a device when the file size is reported as zero bytes.

_ **CVSetup.dll/CVSetup.exe** _ _2.4.0.1_  
Rebuilt to eliminate an indefinite stall of the :cvb: installation/deinstallation that seems to occur on recent Windows 10 and Windows 11 versions during the installation/deinstallation of the _siNetFilter_ driver.

_ **CVUAL.dll** _ _1.14.6.518_  
Improved performance when working with many cameras.  
Improved performance when working in WSL Linux environment.

_ **GenICam.vin** _ _3.2.34.1690_  
Fixed order of clean up after stream stop to prevent potential buffer loss.

_ **GenICamBrowser.exe** _ _4.9.2.1656_  
Made packet size configurable.

_ **GEVFD.dll** _ _2.5.11.327_  
Corrected handling of camera overrun status reports from devices.

_ **GEVSD.dll** _ _2.17.1.665_  
Fixed an unhandled exception in TCP Offload mode when a packet with an extended GEV 2.0 block ID arrives.  
Corrected handling of camera overrun status reports from devices.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [June 13, 2023, 12:02pm UTC](https://forum.commonvisionblox.com/t/version-history/18/66 "2023-06-13T12:02:09Z")

</div>

## 14.00.005 [2023-05-30]

_ **CVFactory.dll** _ _5.1.0.939_  
Updated for rolling out an internal signature change.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [July 3, 2023, 4:08pm UTC](https://forum.commonvisionblox.com/t/version-history/18/67 "2023-07-03T16:08:03Z")

</div>

## 14.00.006 [2023-06-23]

_ **GenICamBrowser.exe** _ _4.10.2.1666_  
Fixed devices not being closed correctly in some scenarios. Fixed issue when assigning IP address to a device on an interface linked to more than one device.

_ **GEVTL.cti** _ _1.26.2.714_  
Fixed static IP address not being set correctly for some devices.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [October 5, 2023, 11:19am UTC](https://forum.commonvisionblox.com/t/version-history/18/68 "2023-10-05T11:19:24Z")

</div>

## 14.00.007 [2023-10-05]

_ **CVCDriver.dll** _ _4.3.9.1001_  
Check handle validity in `NMHGetNodeMap`.

_ **CVGevServer.dll** _ _3.7.7.1207_  
Removed support for deprecated packed pixel formats.

_ **GenICam.vin** _ _3.2.35.1693_  
Make sure all buffers are discarded after an acquisition has been stopped to prevent leaking buffers.

_ **GevFD.dll** _ _2.5.12.329_  
Corrected handling of discarded data.

_ **GevSD.dll** _ _2.17.3.672_  
Corrected handling of discarded data.  
Corrected queue underrun counting.

_ **GenICamBrowser.exe** _ _4.10.3.1668_  
Simplified closing of multi stream devices.

_ **GEVTL.cti** _ _1.26.3.716_  
Correctly report buffer completeness now.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [November 8, 2023, 7:44am UTC](https://forum.commonvisionblox.com/t/version-history/18/69 "2023-11-08T07:44:00Z")

</div>

## 14.00.008 [2023-11-08]

_ **collect-camsuite.exe** _ _1.5.0.0_  
Updated to address the CameraSuite key provider web API under its new address. This reinstates the possibility to retrieve CameraSuite license keys in the GenICamBrowser and LicenseManager applications.

_ **GevTL.cti** _ _1.26.4.719_  
Modified to properly close disconnected color devices now.

_ **SystemBrowser.exe** _ _1.125.2.949_  
Fixed closing of disconnected devices.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [January 11, 2024, 3:43pm UTC](https://forum.commonvisionblox.com/t/version-history/18/70 "2024-01-11T15:43:56Z")

</div>

## 14.00.009 [2024-01-10]

_ **CVBpy** _  
Fixed the usage of `wait` and `wait_for` method in `handle_async_stream` overrides.

_ **CVCImg.dll** _ _4.19.0.1005_  
Fixed an issue in the `CreateDuplicateImageEx` function that led to an access violation when copying images with more than 2 GByte pixel data.

_ **GenICam.vin** _ _3.2.36.1695_  
Fixed disconnect notification for U3V devices. Note: A GEV-like reconnect will not be possible with U3V.

---

<div class="post-metadata">

### Author: ![illusive](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/illusive/32/61_2.png) [@illusive](https://forum.commonvisionblox.com/u/illusive)
#### Post date: [February 27, 2024, 12:46pm UTC](https://forum.commonvisionblox.com/t/version-history/18/71 "2024-02-27T12:46:51Z")

</div>

## 14.00.010 [2024-02-26]

_ **collect-camsuite.exe** _ _1.5.1.0_  
Corrected URL for license queries.

_ **CVBpp** _  
Fixed wrapper for CVCImg.dll function `ImageHistogram`.

_ **CVBpy** _  
Fixed wrapper for CVCImg.dll function `ImageHistogram`.

_ **GEVTL.cti** _ _1.26.5.726_  
Fixed data alignment for ReadMem functions.

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [May 27, 2024, 8:41am UTC](https://forum.commonvisionblox.com/t/version-history/18/72 "2024-05-27T08:41:20Z")

</div>

## 14.01.000 [2024-05-27]

Major Release - please refer to the product [release notes](https://help.commonvisionblox.com/NextGen/14.1/md_theory_of_operation__release_notes14_1.html) for the list of changes.

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [July 30, 2024, 7:25pm UTC](https://forum.commonvisionblox.com/t/version-history/18/74 "2024-07-30T19:25:44Z")

</div>

## 14.01.001 [2024-07-29T22:00:00Z]

**GenICam.vin** (3.2.39)

- fix multipart VPAT cache creation
- fixed PC Events
- fixed TD on 2nd gen stack
- Fixed DC\_BUFFER\_INFO\_NUM\_PACKETS\_MISSING

**SF\_cuda.dll**

- removed from installer

**GevSD.dll** (2.17.5)

- resolve large data transfer issue

**GEVTLBase.lib** (2.10)

- RDMA: introduce buffer layout table

**GevTL.cti** (1.26.10)

- set stream enable bit according to GEV standard

**CVCDriver.dll** (4.3.13)

- resolve string termination issue for wide strings

**CVPolarization.dll (1.02)**

- Removed CUDA

**GenICamBrowser.exe** (4.11.0)

- Add support for device firmware update
- add don’t show again option for reverse path filter info message on Linux

**FWUpdater.exe** (2.0.1)

- Add support for device discovery

**CVRegistry.dll** (3.6.1)

- Support fetching an XML file as a byte array

**CVMockTL.cti** (1.3.11)

- Delegate the Buffer Port functionalities to the correct module

**TeachBench.exe** (1.67.1)

- Fix Polimago overlay classifying incorrectly

**CVFactory.dll** (5.2.0)

- Support directly downloadeing XML files from the devices
- Loosen GenTL capability checks

**General Changes**

- Installer behavior adapted for upgrade scenarios
- added missing header in CVBpp.api

**Several Modules**

- Patch update behavior influencing versioning introduced
- Integrate the correct module dependency inheritance for SBOM

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [September 20, 2024, 1:17pm UTC](https://forum.commonvisionblox.com/t/version-history/18/75 "2024-09-20T13:17:10Z")

</div>

## 14.01.002 [2024-09-19T22:00:00Z]

**CVFactory.dll** (5.2.0)

- Support directly downloading XML files from the device

**GevTL.cti** (1.26.11)

- removed bootstrap register for RDMA
- added a softer check for GEV version

**GevSD.dll** (2.17.6)

- fix bug with cancelled wait and segment size filled accumulation
- fix Incomplete reporting mechanism

**CVFactory.dll** (5.2.1)

- Support directly downloadeing XML files from the devices
- Introduce heap optimization and fix node map lifetime

**GenICam.vin** (3.2.43)

- fix chunk attachment for a specific scenario

**cvbpy.api** (1.11)

- Added setter to the cvb.EnumerationNode.numeric\_value property
- Use Pyside6 starting from Python 3.11

**CVUSBTL.cti** (1.2.12)

- Fix large payload transfer (equal size partitioned transfer)

**CVGenApi.dll** (3.4.2.9)

- Prevent recursion for certain nodemap access functions

**Several Modules**

- Integrate the correct license texts for SBOM

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [November 29, 2024, 1:17pm UTC](https://forum.commonvisionblox.com/t/version-history/18/76 "2024-11-29T13:17:23Z")

</div>

## 14.01.003 [2024-11-28T23:00:00Z]

**SICalibration.json** (unversioned)

- fixed calibrator value for metric tutorial

**CVBLicense.lib** (2.6.0)

- Improve GetBoardID Function in embedded platforms

**CVMockTL.cti** (1.3.12)

- Take the descriptor size into the calculation while the resource contains a GenDC container

**Setup.Lin.Camerasuite** (unversioned)

- moved font dependency out of the debian package

**CVPixFmtCnv.dll** (1.0.2)

- enabled RGBA8 target conversion

**CVUSBTL.cti** (1.2.13)

- Fix unexpected behavior of a test on aarch64 release

**CVDeviceID.dll** (1.0.1)

- Fix DeviceList constructor not working on non-embedded devices

**CVBNet.api** (1.142.1)

- Fix relative device paths being handled as access tokens

**GevSD.dll** (2.17.7)

- Fixed socket memory on Linux

**GenICam.vin** (3.2.44)

- Allow access of colors as 3rd dimension in RGB PFNC buffers

**GevSD.dll** (2.17.8)

- fix endianness of buffer layout table buffer count entry

**CVCDriver.dll** (4.3.14)

- fix no MAC address query other than GevTL

**GenICam.vin** (3.2.44)

- Prevent deadlock during special conditioned stream abort

**GenICam.vin** (3.2.45)

- support switching RDMA off

**CVBNet.api** (1.142.2)

- Fix certain LabeledRectOverlay properties not updating the text visualization

**LicenseManager.exe** (1.3.2.18)

- new build for change in embedded licensing dependency

**CVMgmtSvc.exe** (2.19.3.24)

- new build for change in embedded licensing dependency

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [January 31, 2025, 12:15pm UTC](https://forum.commonvisionblox.com/t/version-history/18/77 "2025-01-31T12:15:22Z")

</div>

## 14.01.004 [2025-01-30T23:00:00Z]

**GenICam.vin** (3.2.48)

- Sync for concurrently active waits not always executed
- Support Teledyne Genie Nano M1280 Laser Profiler custom format
- Fix 2.5D data conversion into 2D plane for depth maps
- Fix support for BiColor PFNC formats

**Qt** (5.12.1)

- Added basic QML in Linux installers

**CVUSBTL.cti** (1.2.15)

- Optimized equal size transfer calculations
- Adopt call to CVCDriver.dll for finding driver name

**CVBNet.api** (1.142.3)

- Improve character check when opening an discovery access token

**CVCDriver.dll** (4.3.15)

- Update license queries

**GevTL.cti** (1.26.12)

- Change in call to driver find function from CVCDriver.dll

**GevSD.dll** (2.17.9)

- Fix leader packet being ignored when no buffer present and blockID is newer than expected

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [April 4, 2025, 10:00pm UTC](https://forum.commonvisionblox.com/t/version-history/18/78 "2025-04-04T22:00:26Z")

</div>

## 14.01.005 [2025-04-08T22:00:00Z]

**GevFD.dll** (2.5.14)

- Fix lost buffers in special occasions

**CVMockTL.cti** (1.3.14)

- Prevent payload size overflow for large images

**GenICamBrowser.exe** (4.12.1) (In case of problems: Use 14.01.004 and contact [support](mailto:de.support@stemmer-imaging.com).)

- Now using C++ API Stack
- Fix snap behavior

**FWUpdater.exe** (2.2.0)

- Add --devices option to list all devices and --model option to update the firmware of all devices with a given model (to be used in combination with --all)

**TeachBench.exe** (none)

- Add missing WPF DLL
- Fix bug on overlay classifying incorrectly on MouseUp

**collect-camsuite.exe** (1.5.2)

- Update runtime version

**GenICam.vin** (3.2.49)

- Add support for 3D mono data
- Add flexible GenDC descriptor handling and dynamic VPAT creation for containers
- Fix snap behavior for GenICamBrowser

**CVBpp.api.Tutorials** (1.0.1)

- Refresh builds

**GevTL.cti** (1.26.13)

- Respect device packet size before overriding

**GevSD.dll** (2.17.11)

- Make buffer layout table register more fail safe
- Support co-existence of multiple RDMA capable NDSPI providers

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [May 20, 2025, 6:49am UTC](https://forum.commonvisionblox.com/t/version-history/18/79 "2025-05-20T06:49:34Z")

</div>

## 14.01.006 [2025-05-19T22:00:00Z]

**GenICamBrowser.exe** (4.12.2)

- remove focus loss when setting IP
- rework the save consecutive images functionality

**CVUSBTL.cti** (1.2.17)

- removed event exceptions
- no buffer info exceptions if not implemented

**GevFD.dll** (2.5.16)

- fixed revoke active buffer
- changed GenTL compliant error code

**GevSD.dll** (2.17.15)

- removed memory region offset (RDMA streaming)
- fix buffer layout table handling
- fixed local port for RDMA
- No buffer info exceptions if not implemented

**GevTL.cti** (1.26.15)

- removed some internal event exceptions flooding debug output
- prevent buffer info exceptions if not implemented

**GenICam.vin** (3.2.52)

- allow single Flow GenDC no composite
- improve GenDC buffer parsing for color formats
- implement non blocking chunks configuration if node is not readable or not writable

**Linux installer**

- fix installer script bug for ubuntu release detection

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [August 20, 2025, 1:25pm UTC](https://forum.commonvisionblox.com/t/version-history/18/80 "2025-08-20T13:25:35Z")

</div>

## 14.01.007 [2025-08-19T22:00:00Z]

**Setup.Lin.Camerasuite** (-)

- Fixed Ubuntu version check (Ubuntu 22.x and newer) for installing font packages

**EditBindings.exe** (1.1.1)

- Fix validate command line option being parsed incorrectly

**GevTL.cti** (1.26.16)

- MAC endiness fix

**GenICam.vin** (3.2.55)

- Fixed unloading logic
- improved BGR alpha channel handling
- improve VPAT cache for non GenDC streaming
- Fix 90-degree rotation vin-stack option

**GenICamBrowser.exe** (4.12.6)

- Fixed FW Updater path on Linux
- Fixed MAC display and remove detached threads
- Hide Splash screen early, get cvb path from environment and fix bandwidth calculation

**GevSD.dll** (2.17.17)

- Filter corrupt packet
- Reset segments size filled correctly
- correctly initialized event registration for rdma

---

<div class="post-metadata">

### Author: ![Andreas](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/andreas/32/75_2.png) [@Andreas](https://forum.commonvisionblox.com/u/Andreas)
#### Post date: [September 11, 2025, 8:00am UTC](https://forum.commonvisionblox.com/t/version-history/18/81 "2025-09-11T08:00:15Z")

</div>

## 14.01.008 [2025-09-10T22:00:00Z]

**GevTL.cti** (1.26.17)

- Fixed force IP (static IP configuration)

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [October 24, 2025, 1:42pm UTC](https://forum.commonvisionblox.com/t/version-history/18/82 "2025-10-24T13:42:57Z")

</div>

## 14.01.009 [2025-10-26T23:00:00Z]

**GevFD.dll** (2.5.18)

- Change solutions and project files to variable Windows SDK/ WDK versioning
- Fix failure to reopen device when multiple devices simultaneously disconnect
- Fixed deadlock on early kill

**GevTL.cti** (1.16.19)

- Fix race condition when reopening device in reconnect callback

**GenICam.vin** (3.2.57)

- Fix undefined behaviour when stopping acquisition when using turbodrive

**LicenseManager.exe** (1.3.4)

- Fix request license dialog not accepting emails when the domain name is longer than four letters

## 14.01.010 [2025-11-26T23:00:00Z]

**GenICam.vin** (3.2.58)

- Make nodemap checks more flexible to incorrect implementations

**GenICamBrowser.exe** (4.12.7.64)

- Detect device access mode correctly

**cvu3v.sys** (no version change)

- adapt Windows 11 signature

## 14.01.011 [2026-01-14T23:00:00Z]

**CVUAL.dll** (1.14.8)

- Fixed device enumeration for new inf DeviceGUID

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [October 24, 2025, 1:44pm UTC](https://forum.commonvisionblox.com/t/version-history/18/83 "2025-10-24T13:44:28Z")

</div>

## 15.00.000 [2025-10-23T22:00:00Z]

Major Release - please refer to the [version 15.0 release notes](https://help.commonvisionblox.com/NextGen/15.0/md_documentation__release_notes.html) for the list of changes.

---

<div class="post-metadata">

### Author: ![s-woe](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.commonvisionblox.com/s-woe/32/572_2.png) [@s-woe](https://forum.commonvisionblox.com/u/s-woe)
#### Post date: [December 18, 2025, 2:47pm UTC](https://forum.commonvisionblox.com/t/version-history/18/84 "2025-12-18T14:47:17Z")

</div>

## 15.00.001 [2025-12-17T23:00:00Z]

**CVBpy** (no version change)

- Add VinBuffer as a member of the NodeMapID class
- Constructor overloads have been placed in the regular method section in the API reference document

**CVCDriver.dll** (4.3.16)

- Add internal CVMockTL discover when in access token

**cvbpp.api** (1.11.1)

- Introduce a generic factory function to the DataType class
- Fix failure to add gevserer node to category node
- Add wrapper functions for chunk node serialization
- Add correct utf8 conversion

**GenICam.vin** (3.4.5)

- Make nodemap checks more flexible to non-standard implementations

**cvu3v.sys** (-)

- Windows 11 signature

**GevTL.cti** (1.27.4)  
**CVCDriver.dll** (4.7.1)  
**CVUSBTL.cti** (1.3.1)  
**CVCImg.dll** (4.19.4)  
**CVCFile.dll** (4.6.12)

- fix device ID query

**CVGevServer.dll** (3.10.4)

- fix device ID query
- Fix chunk nodes unable to be updated whilst gevserver is running
- Set correct length value for StringRegNode in nodemap XML

**CVPixFmtCnv.dll** (1.0.5)

- Make CVPFCreateImageFromPFNCValue backward compatible
- Let the PFNC value-based images return the effective bit size on the DataType function call

**GevSD.dll** (2.18.2)

- Fix GevServer crash when sending test packet for packet size negotiation

**CVUAL.dll** (1.15.2.6)

- Fix sending of GenCP packets larger than supported device packet size
- add full utf8 character compatibility

**GenICamBrowser.exe** (4.13.1.9)

- Check access status correctly
- Fixed acess mode for correct display of IP setting dialog

**FWUpdater.exe** (2.2.3)

- Support FW update for special USB devices

[Previous page](https://forum.commonvisionblox.com/t/version-history/18.md?page=3)

[Next page](https://forum.commonvisionblox.com/t/version-history/18.md?page=5)
