Realtime Webcam AVI Video Recorder

버전 1.0.0.0 (2.47 KB) 작성자: Matthias Seibold
Record AVI Video in Realtime from Webcam
다운로드 수: 1.3K
업데이트 날짜: 2016/6/15

라이선스 보기

This function uses the Image Acquisition Toolbox to record a realtime Video from the Webcam and saves it in the working folder. It also uses the new "VideoWriter" class introduced in R2010b (the old function "avifile" is was removed with R2014b). This function is Windows only, if you want to run it on another OS check the doc for "videoinput".
This function adjusts the frame rate of the output video according to the frame rate of the acquired frames in MATLAB. This makes sure that the captured video is in real time independent from the frame rate of the imaq device.

인용 양식

Matthias Seibold (2024). Realtime Webcam AVI Video Recorder (https://www.mathworks.com/matlabcentral/fileexchange/57236-realtime-webcam-avi-video-recorder), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2016a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

This script is Windows only, if you want to run it on mac check the doc for "videoinput".

updated description
Changed title
description changed