Name
Specify name of image acquisition object
Description
The Name
property specifies a descriptive
name for the image acquisition object.
Characteristics
Access | Read/write |
Data type | Character vector |
Values | Any character vector. The toolbox creates the default
name by combining the values of the VideoFormat + ' -' +
adaptor name + ' -' + DeviceID |
Examples
Create an image acquisition object.
vid = videoinput('winvideo');
Retrieve the value of the Name
property.
vid.Name ans = RGB555_128x96-winvideo-1