Measure timing of pixel control structure input
The visionhdl.MeasureTiming
object measures the
timing parameters of a video stream. The Vision HDL Toolbox™ streaming pixel protocol implements the timing of a video system,
including inactive intervals between frames. These inactive intervals are called
blanking intervals. Many Vision HDL Toolbox objects require minimum blanking intervals. You can use the timing
parameter measurements from this object to check that your video stream meets these
requirements. If you manipulate the control signals of your video stream, you can use
this object to verify the resulting control signals. To determine the parameters of each
frame, the object measures time steps between the control signals in the input
structure.
For details on the pixel control bus and the dimensions of a video frame, see Streaming Pixel Interface.
Note
Starting in R2016b, instead of using the step
method to perform the operation defined by the System object™, you can call the object with arguments, as if it were a function. For
example, y = step(obj,x)
and y = obj(x)
perform equivalent operations.
returns a
System object, measure
= visionhdl.MeasureTimingmeasure
, that measures the average frame timing of a
video stream.
step | Measure timing of pixel control structure input |
Common to All System Objects | |
---|---|
release | Allow System object property value changes |