TISImaq interfaces directly with the IMAQ Toolbox. This allows you to bring image data directly into MATLAB for analysis, visualization, and modelling.
The plugin allows the access to all camera properties as they are known from IC Capture.
The plugin works in all Matlab versions sinces 2013a. Last tested version is R2017b.
After installing the plugin it must be registered in Matlab manually. How to do that is shown in a Readme, that can be displayed after installation.
Change base to IC Imaging Control 3.4 for supporting all The Imaging Source cameras.
Added the script register_tisimaq.m, which registers the DLL for the IMAQ toolbox
Added a double input field for framrates for cameras, that allow ROI on the sensor.
Added a check on NULL on return value of grabber::getAvailableVideoFormats. This avoids a Matlab crash.
Enabled BY8 video format
Changed the cameras' one push button values (for example for auto focus, software trigger) to "Ready" and "Push". The value must be set to "Push" in the drop down list in order to fire the function.
The video format list is new, to enable more and better video formats to be listed in the IMAQ Toolbox camera list.
Fixed a problem for setting an ROI when a GigE camera is disconnected.
Fixed a Matlab crash bug.
Added correct handling for IR Cut Filter and White Balance Auto Preset properties.