Community Profile

photo

Andrew Davies


University of Rochester

Last seen: más de 1 año hace Con actividad desde 2015

Professional Interests: Physics

Estadísticas

  • Revival Level 1
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
How do I change the msgbox window size?
You can use handles, h = msgbox('long message that gets cut to two lines due to the length of it'); set(h, 'position'...

más de 8 años hace | 4

Respondida
How to stop a while loop using a GUI pushbutton?
The solution to the problem can be found here http://stackoverflow.com/questions/4522447/breaking-from-for-loop-in-matlab-gui ...

más de 8 años hace | 2

Pregunta


External trigger not working for VideoDevice but is working for videoinput?
I am using an allied vision technologies manta camera. I would like it to acquire a frame every time the camera is externally tr...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Respondida
Setting DeviceProperties using imaq.VideoDevice
You can do it with handles. For example: vid = imaq.VideoDevice('gentl',1); vid.DeviceProperties.AcquisitionRecordTrigger...

más de 8 años hace | 0