How to add camera preview in matlab gui without using image acquisition tool box?
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (1)
Andrei
le 21 Sep 2017
0 votes
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
Catégories
En savoir plus sur GigE Vision Hardware dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!