How to add camera preview in matlab gui without using image acquisition tool box?
Mostrar comentarios más antiguos
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
Respuesta aceptada
Más respuestas (1)
Andrei
el 21 de Sept. de 2017
0 votos
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
Categorías
Más información sobre GigE Vision Hardware en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!