Products & Services Solutions Academia Support User Community Company

Learn more about Image Acquisition Toolbox   

Version 1.8 (R14SP2) Image Acquisition Toolbox Software

This table summarizes what's new in Version 1.8 (R14SP2):

New Features and ChangesVersion Compatibility ConsiderationsFixed Bugs and Known ProblemsRelated Documentation at Web Site
Yes
Details below
NoYes
Details below
No

New features and changes introduced in this version are:

User-Customizable Video Preview Window

The Image Acquisition Toolbox software includes a new open-architecture reimplementation of the Video Preview window. The new Video Preview window provides the same capabilities as its predecessor: it displays a live preview of the video stream from a particular video input object, with information about the video resolution, video frame timestamp, and the status of the video input object.

In addition, because this previewing capability is built using standard MATLAB Handle Graphics features, you can access the video data using standard Handle Graphics techniques. For example, you can now use the preview function to direct the live preview video stream to any Handle Graphics image object. This lets you include the previewing capability in GUIs of your own creation.

To start the Video Preview window, use the preview function, as follows:

vid = videoinput('winvideo');
preview(vid)

The Video Preview window displays a preview of the live video stream being provided by the device.

Stopping the Live Preview Video Stream

The toolbox includes a new function, stoppreview, that you can use to stop the live preview video stream for a specific video input object. For example, the following code stops the preview video stream started in the previous example:

stoppreview(vid)

Support for Format 7 Added to the DCAM Adaptor

The Image Acquisition Toolbox DCAM adaptor now supports DCAM Format 7 (also called partial scan format). When creating a video input object with the DCAM adaptor, the prefix F7_ identifies Format 7 video formats in the list of formats returned by imaqhwinfo.

Getting Information About the Native Data Type

With this release, imaqhwinfo now includes information about the native data type of a device, based on the video format used to create the video input object.

To get this information, call the imaqhwinfo function specifying a video input object as an argument. imaqhwinfo returns a structure containing information about the object and this structure now contains a NativeDataType field that contains this information.

Acquiring Data in Single-Precision Format

The getdata function can now return image data in single-precision format.

Major Bug Fixes

Version 1.8 of the Image Acquisition Toolbox software includes the following bug fixes.

DCAM Monochrome 16-Bit Formats Returned as Big-Endian

The DCAM adaptor now correctly returns data in Mono 16-bit format as big-endian, as specified in the DCAM specification (1.30). Previously, the DCAM adaptor returned Mono 16-bit data in little-endian.

Preview No Longer Produces Errors when ROIPosition Is Set for Matrox Meteor-II/1394

You can now preview data from the Matrox Meteor-II/1394 board after configuring the ROIPosition property. Previously, previewing produced the following error:

??? matrox: DigControl Error
Value is out of range
(Error detected on 1394 system)

Miscellaneous Fixes to Video Input Block

This release includes several fixes to the Video Input block in the Image Acquisition Block Library. The fixes include the following:

Upgrading from a Previous Release

The following issue is related to upgrading from a previous release.

Update of the IFC Libraries Used with Coreco Devices

The Image Acquisition Toolbox software now requires Version 5.8.0 of the IFC libraries when you are working with Coreco devices.

Known Software and Documentation Issues

This section describes some known software issues with Version 1.8:

General Issues

Video Preview Window Performance Issues.  The Video Preview window may experience performance issues when previewing large images or when previewing image data from multiple devices. If performance problems occur, or MATLAB appears to stop responding, the following actions may help alleviate some of these issues:

If performance issues persist, you can disable the new Video Preview window and use the preview window included in previous releases. Use the following commands to disable the new Video Preview window. Note, however, that when you disable the new Video Preview window, the Handle Graphics customization features of the preview function will be unavailable.

imaqreset
imaqmex('feature', '-useObsoletePreview', true)

Restarting MATLAB will reenable the MATLAB Handle Graphics based Video Preview window. To manually reenable the new Video Preview window, execute the following commands:

imaqreset
imaqmex('feature', '-useObsoletePreview', false)

Generic Windows Windows Acquisition Devices.  

TV Tuner Devices.  The following list covers known issues with TV Tuner Devices (devices with an AnalogVideoFormat video source property):

Matrox Matrox Devices

Data Translation Devices

Image Acquisition Block Library

The following are known issues with the Image Acquisition Block Library:

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2010- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS