photo

Andrew Davies


University of Rochester

Last seen: 23 jours il y a Actif depuis 2015

Followers: 0   Following: 0

Message

Professional Interests: Physics

Statistiques

  • Revival Level 1
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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'...

presque 9 ans il y a | 4

Réponse apportée
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 ...

presque 9 ans il y a | 2

Question


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

presque 9 ans il y a | 1 réponse | 0

0

réponse

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

presque 9 ans il y a | 0