Documentation

视频格式和接口

在基于帧的视频和像素流之间进行转换

Hardware video processing algorithms operate on serial data. For information on the serial protocol used in Vision HDL Toolbox™, seeStreaming Pixel Interface.

您可以模拟基于帧的设计的硬件友好的流媒体设计。例如,使用基于帧的算法,例如使用计算机Vision Toolbox™或图像处理工具箱™设计的算法,以验证硬件优化的设计。使用Frame To PixelsPixels To Frameblocks to convert video between frame-based and streaming-pixel formats.

Blocks

Frame To Pixels Convert frame-based video to pixel stream
Pixels To Frame Convert pixel stream to frame-based video
像素控制总线创作者 Create control signal bus for use with Vision HDL Toolbox blocks
像素控制总线Selector Select signals from control signal bus used by Vision HDL Toolbox blocks
测量时序 Measure timing of pixel control bus input
HV Counter Count active dimensions of pixel stream
像素流控制器 对齐两个像素数据流
ROI Selector Select a region of interest (ROI) from pixel stream
Pixel Stream FIFO 缓冲输入流以创建具有连续有效像素的图像行

Objects

expand all

Visionhdl.frametopixels. Convert frame-based video to pixel stream
visionhdl.PixelsToFrame Convert pixel stream to frame-based video
visionhdl.MeasureTiming Measure timing of pixel control structure input
visionhdl.HVCounter Counts active pixel dimensions of streaming video
Visionhdl.pixelstreamArigner. 对齐两个像素数据流
visionhdl.ROISelector 从像素流选择兴趣区域(ROI)

Functions

expand all

pixelcontrolsignals Extract signals from pixel-streaming control signal structure
pixelcontrolstruct 创建像素流控制信号结构
PixelControlbus. Create pixel-streaming control bus instance
getparamfromfrm2pix 获取帧格式参数

Topics

流媒体视频

Streaming Pixel Interface

Vision HDL工具箱块和对象使用的像素流控制信号协议。

In Simulink

Configure the Simulink Environment for HDL Video Processing

设置一个类似的链接金宝app®model for HDL image and video processing.

Integrate Vision HDL Blocks Into Camera Link System

This example shows how to design a Vision HDL Toolbox algorithm for integration into an existing system that uses the Camera Link® signal protocol.

像素控制总线

Data type details of the pixelcontrol bus.

In MATLAB

Pixel Control Structure

Data type details of the pixel control structure.

将相机控制信号转换为PixelControl格式

This example converts Camera Link® signals to thepixelcontrol结构,使用Vision HDL工具箱对象反转像素,并将控制信号转换回相机链路格式。

Featured Examples