• Martes 14 de Abril de 2026, 18:49

Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - Richard1226

Páginas: [1]
1
Matlab / Re: Captura Y Almacenamiento De Imagenes Con Matlab
« en: Viernes 17 de Septiembre de 2010, 02:44 »
Hola... se que ha pasado tiempo... pero tengo el mismo problema las fotos en Matlab me aparecen en azul!!...

Pego las "propiedades"

Código: Text
  1.  
  2. General Settings:
  3.     DeviceID = 1
  4.     DiskLogger = []
  5.     DiskLoggerFrameCount = 0
  6.     EventLog = [1x0 struct]
  7.     FrameGrabInterval = 1
  8.     FramesAcquired = 0
  9.     FramesAvailable = 0
  10.     FramesPerTrigger = 10
  11.     Logging = off
  12.     LoggingMode = memory
  13.     Name = YUY2_160x120-winvideo-1
  14.     NumberOfBands = 3
  15.     Previewing = off
  16.     ROIPosition = [0 0 160 120]
  17.     Running = off
  18.     Tag =
  19.     Timeout = 10
  20.     Type = videoinput
  21.     UserData = []
  22.     VideoFormat = YUY2_160x120
  23.     VideoResolution = [160 120]
  24.  
  25.   Color Space Settings:
  26.     BayerSensorAlignment = grbg
  27.     ReturnedColorSpace = YCbCr
  28.  
  29.   Callback Function Settings:
  30.     ErrorFcn = @imaqcallback
  31.     FramesAcquiredFcn = []
  32.     FramesAcquiredFcnCount = 0
  33.     StartFcn = []
  34.     StopFcn = []
  35.     TimerFcn = []
  36.     TimerPeriod = 1
  37.     TriggerFcn = []
  38.  
  39.   Trigger Settings:
  40.     InitialTriggerTime = []
  41.     TriggerCondition = none
  42.     TriggerFrameDelay = 0
  43.     TriggerRepeat = 0
  44.     TriggersExecuted = 0
  45.     TriggerSource = none
  46.     TriggerType = immediate
  47.  
  48.   Acquisition Sources:
  49.     SelectedSourceName = input1
  50.     Source = [1x1 videosource]
  51.  
  52.  


y el imaqhwinfo

Código: Text
  1.  
  2. ans =
  3.  
  4.     InstalledAdaptors: {'winvideo'}
  5.         MATLABVersion: '7.8 (R2009a)'
  6.           ToolboxName: 'Image Acquisition Toolbox'
  7.        ToolboxVersion: '3.3 (R2009a)'
  8.  
  9.  

como pueden ver tengo diferencias en los formatos de video y colores, creo que es eso, quisiera saber si ustedes me pueden ayudar!!...


De antemano muchas gracias,

Páginas: [1]