What’s New¶
Version History¶
IC Imaging Control 4 Version 1.0¶
Initial release
IC Imaging Control 4 Version 1.1¶
Grabber.device_open()
has been enhanced to also accept the IPV4 address or MAC address of a GigE Vision camera.PropertyMap.set_value()
has been enhanced to allow selecting enumeration entries by their display name.Added
Library.get_version_info()
.Added support for rendering into a user-created OpenGL context (
ExternalOpenGLDisplay
).Added pseudo-pixelformats for setting any bayer format (
PixelFormat.AnyBayer8
,PixelFormat.AnyBayer10p
,PixelFormat.AnyBayer12p
,PixelFormat.AnyBayer16
).
IC Imaging Control 4 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 aDeviceInfo
or device identifier to open immediately.Add imagingcontrol4pyside6 library, providing
PropertyDialog
andDeviceSelectionDialog
.