MATLAB IMAGE ACQUISITION TOOLBOX 3 Guía de usuario Pagina 381

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 408
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 380
1 2 ... 376 377 378 379 380 381 382 383 384 385 386 ... 407 408

Comentarios a estos manuales

Sin comentarios