Main Content

Video Display

Display video on device screen

  • Video Display block

Libraries:
Simulink Support Package for Apple iOS Devices / Audio & Video

Description

The Video Display block displays the video on the device screen by using the input red, blue, and green component values of an image. The R, G, and B ports each accepts a matrix of unit8 values. The dimensions of all the three matrices must be equal.

Note

During simulation, this block acts as a Terminator block. For more information see, Block Produces Zeros or Does Nothing in Simulation.

Ports

Input

expand all

Red component of an image, specified as a numeric matrix. This matrix must be of the same size as inputs G and B.

Data Types: uint8

Green component of an image, specified as a matrix. This matrix must be of the same size as inputs R and B.

Data Types: uint8

Blue component of an image, specified as a matrix. This matrix must be of the same size as inputs R and G.

Data Types: uint8

Version History

Introduced in R2015a