qtiqmmfsrc captures the camera live stream.
Capsfilter is applied to enforce constraints on the raw video data.
The data is sent to the Wayland display sink (Waylandsink) for live preview.
qtiqmmfsrc captures the camera live stream.
Capsfilter is applied to enforce constraints on the raw video data.
The data is sent to the Wayland display sink (Waylandsink) for live preview.
v4l2h264enc is used to encode the video using the H.264 format.
H264parse is used to parse the video.
Mp4mux is used to multiplex the video into an MP4 container.
Filesink is used to write the video to a file.
qtiqmmfsrc captures the camera live stream.
Capsfilter is applied to enforce constraints on the raw video data.
Filesink is used to dump the YUV data into a file.
qtiqmmfsrc captures the camera live stream.
Capsfilter is applied to enforce constraints on the raw video data.
v4l2h264enc is used to encode the video using the H.264 format.
H264parse is used to parse the video, rtph264pay is used to load the stream to RTSP, and then the stream is sent to a UDP sink for RTSP streaming.