tracking objects with an IP webcam
Mostrar comentarios más antiguos
Hello, I want realize a program in order to track and detect red object for example, using a smartphone's camera and an IP webcam. I've used this for streaming :
url = 'http://(adress IP ) /shot.jpg'; ss = imread(url); fh = image(ss); while(1) ss = imread(url); set(fh,'CData',ss); drawnow; end
Respuestas (1)
Abdelhamid ROCHDI
el 23 de Jun. de 2015
Categorías
Más información sobre Tracking and Motion Estimation en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!