tracking objects with an IP webcam
显示 更早的评论
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
回答(1 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Tracking and Motion Estimation 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!