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개)

Mahesh Jayashankar
Mahesh Jayashankar 2014년 6월 4일

1 개 추천

I found a answer I required
Source = inputvideo('winvideo',1);
Walter Roberson
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.

카테고리

도움말 센터File Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

질문:

2014년 2월 12일

답변:

2014년 6월 4일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by