Release Notes

V4.5.0_November/2024

About Upgrade
Changed nImageBufLen of image information structure MV_CC_IMAGE to nImageLen. For normal execution of the program in this version of client, you should upgrade the above codes in your program.
New Features
Improvements
  • In frame information data structure MV_FRAME_OUT_INFO_EX , added SubImageList: It refers to information of sub images in image buffer list for image stitching of frame grabbers, including pstSubImage (sub image information) and nAligning (alignment). In time-phased flashing scenes, when dividing images via the frame grabber, you can use SubImageList to get the sub image.
  • In frame information data structure MV_FRAME_OUT_INFO_EX , added UserPtr: It refers to user-defined pointers for registering buffer , including pUser (sub image information) and nAligning (alignment).
  • In Status Code, added 0x80000017 to refer to the image height error (below the set height), and the incomplete image will be discarded.
  • Updated the ParametrizeCamera_AreaScanIOSettings.cpp in console sample programs for configuring trigger node IO settings of area scan cameras.
Deprecations
  • Deprecated the sample program of ForceIP.cpp.
Structures Adjusted
  • Updated Programming Guide, and you can quick start the SDK based on this chapter.
  • Updated FAQs, and you can troubleshoot the frequent program issues based on this chapter.

V4.4.1_August/2024

New Features
Improvements
Deprecations

V4.4.0_June/2024

New Features
Improvements
Structures Adjusted

V4.3.0_December/2023

New Features
Improvements
Structures Adjusted

V4.1.0_March 2023

New Features
Structures Adjusted

V3.2.0_July 2021

New Features
Improvements
  • Adopted static linking library of GenICam, excluding GenICam dynamic library.
  • The GigE driver supported the ARM structure and two types of ARM boards: NVIDIA TX2 and ODROID-XU4.
  • Provided the SDK installation package (Runtime package), which includes the script of driver installation and the script of enabling read and write caching for USB3 vision cameras. The provided installation packages vary with the system (ARM or x86).
  • Updated the driver name to gevfilter.
  • Updated an API for registering single event callback (supporting USB devices): MV_CC_RegisterEventCallBackEx().
  • Updated an API for registering multiple events callback (supporting USB devices): MV_CC_RegisterAllEventCallBack().

V3.1.0_March 2020

New Features
  • Added the driver support for connecting to GigE cameras.
  • Supported image grabbing support for 3D cameras.
  • Supported BGR image grabbing and rendering.
  • Supported Chunk Data support for new cameras (in 3.1.0 and later versions).

V3.0.0_June 2018

New Features
Improvements

V2.4.0_June 2018

New Features

V2.2.0.7_November 2017

New Features
Improvements