Undefined function snapshot for input arguments of type 'uint8'?
Mostra commenti meno recenti
I have a code in which I need to use mobile as ipweb cam to take a single image.
url='http://192.168.43.1:8080/shot.jpg';
cam = imread(url);
img= snapshot(cam);
imshow(img);
fullFileName= fullfile('C:\Users\USER\Desktop\final year project\FFF', '.jpg');
imwrite(img,fullFileName);
clear cam;
BUt I am getting an error saying undefined function 'snapshot' for input arguments of type 'uint8'. I am using matlab2014a.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su MATLAB Support Package for IP Cameras in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!