photo

Andrew Davies


University of Rochester

Last seen: 23 Tage vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

Professional Interests: Physics

Statistik

  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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'...

fast 9 Jahre vor | 4

Beantwortet
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 ...

fast 9 Jahre vor | 2

Frage


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...

fast 9 Jahre vor | 0 Antworten | 0

0

Antworten

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

fast 9 Jahre vor | 0