MATLAB IMAGE ACQUISITION TOOLBOX 3 Betriebsanweisung Seite 350

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 408
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 349
Name
Purpose 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
String
Values Any tex t string. The toolbox creates the default name by
combining the values of the
VideoFormat and DeviceI D
properties with the adaptor name in this format:
VideoFormat + '-' + adaptor name + '-' + DeviceID
Examples Create an image acquisition object.
vid = videoinput('win video');
Retrieve the value of the Name property using the get function.
get(vid,'Name')
ans =
RGB555_128x96-winvideo-1
See Also Functions
videoinput
Properties
DeviceID, VideoForma t
14-24
Seitenansicht 349
1 2 ... 345 346 347 348 349 350 351 352 353 354 355 ... 407 408

Kommentare zu diesen Handbüchern

Keine Kommentare