User`s guide
Getting Hardware Information
5-5
SupportedFormats: {1x10 cell}
The fields in the device information structure provide the following information about a
device.
Field Description
DefaultFormat Text string that identifies the video format used by the
device if none is specified at object creation time
DeviceFileSupported If set to 1, the device supports device configuration files;
otherwise 0. See “Using Device Configuration Files
(Camera Files)” on page 5-12 for more information.
DeviceName Descriptive text string, assigned by the adaptor, that
identifies the device
DeviceID ID assigned to the device by the adaptor
VideoInputConstructor Default syntax you can use to create a video input
object to represent this device. See “Creating Image
Acquisition Objects” on page 5-8 for more
information.
VideoDeviceConstructor Default syntax you can use to create a VideoDevice
System object to represent this device.
SupportedFormats Cell array of strings that identify the video formats
supported by the device. See “Determining Supported
Video Formats” on page 5-5 for more information.
Determining Supported Video Formats
The video format specifies the characteristics of the images in the video stream, such as
the image resolution (width and height), the industry standard used, and the size of the
data type used to store pixel information.
Image acquisition devices typically support multiple video formats. You can specify the
video format when you create the video input object to represent the connection to the
device. See “Creating Image Acquisition Objects” on page 5-8 for more information.
Note Specifying the video format is optional; the toolbox uses one of the supported
formats as the default.