videoioPlayer

Version 1.1.0.0 (174 KB) by georg
This package contains a videoplayer class capable of viewing and processing video files in real-time
770 Downloads
Updated 19 Mar 2012

View License

This is a videoplayer class using the videoio reader class.
The videoio library and friends must be installed.
Get it from here:
http://sourceforge.net/projects/videoio/

The videoioPlayer is also capable of processing the input video
by means of a user defined image processing filter.
In such a way this tool may be most useful when designing
image-processing and video-processing algorithms.

The new version also supports synchronized playing of several
videoioPlayer objects. In such a way the the filtered video file
may be viewed simultaneously with the original video.
For an example see demo_sync.m

The attached demo files demonstrate how to implement such a filter function
using (1) the image processing toolbox
(2) the vision toolbox and (3) Adobe Photoshop.

The videoioPlayer can be controlled by basic mouse and keyboard input.
For more information about this type
help videoioPlayer or
doc videoioPlayer

Cite As

georg (2024). videoioPlayer (https://www.mathworks.com/matlabcentral/fileexchange/35119-videoioplayer), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2010b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Computer Vision Toolbox Supported Hardware in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.1.0.0

New version supports synchronized playing of several video files or synchronized playing of a filtered and a un-filtered video.

1.0.0.0