MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Uživatelská příručka Strana 555

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 574
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 554
Type
18-65
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:
Video input object
Video source object
Characteristics
Access Read only
Data type String
Values [ 'videoinput' | 'videosource' ] Defined at object creation
time
Examples
vid = videoinput('winvideo',1)
vid.Type
ans =
videoinput
This example gets the type of a video source object.
src = getselectedsource(vid);
src.Type
ans =
videosource
Zobrazit stránku 554
1 2 ... 550 551 552 553 554 555 556 557 558 559 560 ... 573 574

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

Žádné komentáře