Realtime Webcam AVI Video Recorder

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