Can I have a live video streamed as an input ??
古いコメントを表示
I was making the project of Intelligent Car Parking Management using Image Processing. I'm planning to give live video streaming as input can do this using matlab ????
回答 (3 件)
Walter Roberson
2014 年 2 月 12 日
0 投票
Yes, from some kinds of cameras. Webcams can handle it, and usually USB cameras can handle it. IP cameras (whether gigabit or not) sometimes cannot be used for this purpose.
If your camera is streaming H.264 or MPEG-4 then you have a problem (except possibly while using the Computer vision Toolbox.) The tools for dealing with H.264 and MPEG-4 are build for reading files that contain those, not for dealing with live streams of them.
4 件のコメント
Mahesh Jayashankar
2014 年 2 月 12 日
Walter Roberson
2014 年 2 月 12 日
What kind of camera are you trying to interface?
Mahesh Jayashankar
2014 年 2 月 13 日
ravi
2014 年 2 月 20 日
0 投票
http://www.mathworks.in/matlabcentral/fileexchange/45638-laser-spot-detection try this maybe helpful for you
カテゴリ
ヘルプ センター および File Exchange で MATLAB Support Package for IP Cameras についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!