vision.VideoPlayer
Play video or display image
Description
Play a video or display image sequences.
Note
If you own the MATLAB®
Coder™ product, you can generate C or C++ code from MATLAB code in which an instance of this system object is created. When you do so,
the scope system object is automatically declared as an extrinsic
variable. In this manner, you are able to see the scope display in the same way that you
would see a figure using the plot
function, without directly generating code
from it. For the full list of system objects supporting code generation, see Code Generation Support, Usage Notes, and
Limitations.
Creation
Description
videoPlayer = vision.VideoPlayer
returns a video player object,
videoPlayer
, for displaying video frames.
specifies properties using one or more name-value arguments in addition to the previous
syntax. For example, videoPlayer
= vision.VideoPlayer(___,Name,Value
)videoPlayer = vision.VideoPlayer('Name','Caption
title')
sets the caption display on the video player window.
Properties
Usage
Syntax
Description
videoPlayer(
displays one
grayscale or truecolor RGB video frame,videoFrame
)videoFrame
, in the video
player.
Input Arguments
Object Functions
To use an object function, specify the
System object™ as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Version History
Introduced in R2012a