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 件)
Abdelhamid ROCHDI
2015 年 6 月 23 日
カテゴリ
ヘルプ センター および 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!