MATLAB IMAGE ACQUISITION TOOLBOX 3 Guide de l'utilisateur Page 381

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 408
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 380
1 2 ... 376 377 378 379 380 381 382 383 384 385 386 ... 407 408

Commentaires sur ces manuels

Pas de commentaire