Welcome to Firefly
Switch language
Firefly Docsss
Last Updated: 2026-08-27 07:36:09

Display a Test Pattern

General GStreamer Usage

This section uses only standard or automatically selected plugins and does not depend on a specific hardware platform. For platform-specific hardware acceleration commands, see the later sections.

4.1 Display a Test Pattern

gst-launch-1.0 videotestsrc ! autovideosink

Specify the raw video format:

gst-launch-1.0 videotestsrc \
  ! 'video/x-raw,format=NV12,width=1280,height=720,framerate=30/1' \
  ! autovideosink

On this page