How to connect between Ip Cam ( F18918W ) and MATLAB , & how to insert its live video to MATLAB ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I want to work control system, I want to introduce this video on MATLAB and the work of some operations
댓글 수: 0
채택된 답변
Walter Roberson
2013년 2월 19일
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.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 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!