Display live video in UI axes in app
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Beñat Estala
il 3 Dic 2018
Commentato: Beñat Estala
il 4 Dic 2018
Hi,
I just want to display a gigecam video in a matlab app in axesim matlab R2018a. For that, I just created this code but when I run it doesn't display the image correctly:
g=gigecam('xxx.xx.xxx.x'); % Create a gigecam object using his IP address
im=image(zeros(size(snapshot(g)),'uint8'),'Parent',app.Display);
preview(g,im);
I don't achieve to display my camera, the uiaxes become blue but don't show any images.
Any idea what's wrong and how to display it correctly?
Thanks!
8 Commenti
Risposta accettata
Kevin Chng
il 4 Dic 2018
You may refer to my other solution : https://www.mathworks.com/matlabcentral/answers/425492-displaying-video-in-a-app-designer-s-tab by imshow.
*Change the "getsnapshot(img)" function to "snapshot(img)" for your gigecam cameras.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su GigE Vision Hardware in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!