How to add camera preview in matlab gui without using image acquisition tool box?
Ältere Kommentare anzeigen
Hi..i want to add camera live view in matlab gui without using imaqtool box. I have this code cam=webcam(1); preview(cam);
It works in the matlab command window. I want to get the camera live when clicking a button.so how to implement this in gui? Please help me out
Akzeptierte Antwort
Weitere Antworten (1)
Andrei
am 21 Sep. 2017
0 Stimmen
The following Answers post includes example code for a webcam custom preview window: https://www.mathworks.com/matlabcentral/answers/357814-how-to-create-a-custom-preview-window-for-matlab-webcam
Kategorien
Mehr zu GigE Vision Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!