Video Capture

The following code block provides an example of capturing video content from camera/sensor and display over HDMI.
gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw,format=NV12,width=1920,height=1080 ! kmssink driver-name=starfive force-modesetting=1
The following diagram shows the video capturing workflow.
Figure 1. GStreamer Video Capturing Workflow