How to connect between Ip Cam ( F18918W ) and MATLAB , & how to insert its live video to MATLAB ?

1 view (last 30 days)
I want to work control system, I want to introduce this video on MATLAB and the work of some operations

Accepted Answer

Walter Roberson
Walter Roberson on 19 Feb 2013
The Foscam F18918W supports only MJPEG (Motion JPEG) for streaming video. MATLAB does not at present offer any facility for accepting streams of MJPEG. (It also does not have any facility for accepting streams of MPEG-4.) MATLAB has facilities for reading from files that contain MJPEG, but not from streams of it.
You might possibly be able to get somewhere if you happen to be on MS Windows, and you connect using the ActiveX controls that the product supports.

More Answers (0)

Categories

Find more on MATLAB Support Package for IP Cameras in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!