How to add camera preview in matlab gui without using image acquisition tool box?
Show older comments
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
Accepted Answer
More Answers (1)
Andrei
on 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
Categories
Find more on GigE Vision Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!