Community Profile

photo

Andrew Davies


University of Rochester

Last seen: 1日 前 2015 年からアクティブ

Followers: 0   Following: 0

連絡

Professional Interests: Physics

統計

  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
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'...

8年以上 前 | 4

回答済み
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 ...

8年以上 前 | 2

質問


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

8年以上 前 | 0 件の回答 | 0

0

回答

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

8年以上 前 | 0