MATLAB IMAGE ACQUISITION TOOLBOX 3 Uživatelská příručka Strana 381

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 408
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 380
Type
Purpose Identify type of image acquisition object
Description The Type property identifies the type of image acquisition object. An
image acquisition obje ct can be either one of two types:
Video input object
Video source object
Characteristics
Access Read only
Data type
String
Values [ 'videoinput' | 'videosource' ] Defined at
object creation time
Examples vid = videoinput('win video',1)
get(vid,'Type')
ans =
videoinput
This example gets the type of a video source object.
src = getselectedsour ce(vid);
get(src,'type')
ans =
videosource
See Also Functions
getselectedsource, videoinput
14-55
Zobrazit stránku 380
1 2 ... 376 377 378 379 380 381 382 383 384 385 386 ... 407 408

Komentáře k této Příručce

Žádné komentáře