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