Version History
IC Imaging Control 4 Version 1.0
- Initial release
IC Imaging Control 4 Version 1.1
- Add interop support for MVTec HALCON (ImageBufferExtensionsHalconDotNet),
providing functions to copy image data between ImageBuffer objects and
HImage
objects. - Grabber.DeviceOpen has been enhanced to also accept the IPV4 address or MAC address of a GigE Vision camera.
- PropertyMap.SetValue and PropertyMap.SetValue have been enhanced to allow selecting enumeration entries by their display name.
- Added Library.GetVersionInfo
- Added pseudo-pixelformats for setting any bayer format (PixelFormatAnyBayer8, PixelFormatAnyBayer10p, PixelFormatAnyBayer12p, PixelFormatAnyBayer16).
- Add ImageBuffer.DuplicateReference for more explicit buffer lifetime management.
IC Imaging Control4 Version 1.2
- First release with Linux support
- Add support for saving images and video from image buffers with Y411 formats.
- Grabber's constructor can be passed a DeviceInfo or device identifier to open immediately.
- Add ExternalOpenGLDisplay class.