Jupyter Notebooks - 2020.2 English

Versal ACAP VCK190 Base Targeted Reference Design (UG1442)

Document ID
UG1442
Release Date
2021-01-08
Version
2020.2 English
The reference design provides several notebooks to exercise and evaluate the reference design. The notebooks follow this general sequence:
  • Create Gstreamer elements
    • Example: mediasrcbin for V4L devices, kmssink for HDMI display, perf for performance monitoring.
  • Configure the Gstreamer elements
    • Example: set source type, video resolution
  • Create a Gstreamer pipeline by adding and linking the elements
  • Run the pipeline by setting the Gstreamer state to PLAYING. Then click on the stop button which will put the Gstreamer state to NULL and stop the pipeline.
Additionally, the notebooks:
  • Display a Gstreamer pipeline graph
  • Plot the live memory bandwidth by running the APM notebook
  • Plot CPU utilization and power utilization in a real-time graph