Hi,
I have tried many times to enable fullscreen display for the output of a real-time segmentation app using GStreamer on Raspberry Pi 5. I have used all available community suggestions including:
xvimagesink fullscreen=true
glimagesink, gtksink, and even appsink
Manual window resizing, gtk_widget_set_fullscreen(), and related API calls
Running with or without X11, on Wayland and via direct framebuffer
None of these methods actually display the video in fullscreen — even manually maximizing the window does not work.
Could you please provide a minimal working example that shows how to launch a GStreamer-based video output in actual fullscreen (not just maximized window) on Raspberry Pi 5?
Thanks for sharing. I’m using Wayland mode and have tried waylandsink fullscreen=true. I also tried video_sink="kmssink fullscreen=true".
However, I encountered the following error: Error creating pipeline: gst_parse_error: no property “fullscreen” in element “fpsdisplaysink”.