Products & Services Solutions Academia Support User Community Company

Learn more about Image Acquisition Toolbox   

Type - Identify type of image acquisition object

Description

The Type property identifies the type of image acquisition object. An image acquisition object can be either one of two types:

Characteristics

Access

Read only

Data type

String

Values

[ 'videoinput' | 'videosource' ] Defined at object creation time

Examples

vid = videoinput('winvideo',1)

get(vid,'Type')

ans =

videoinput

This example gets the type of a video source object.

src = getselectedsource(vid);
get(src,'type')
ans =
 videosource

See Also

Functions

getselectedsource, videoinput

  


Recommended Products

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

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