On Thu, Jul 9, 2020 at 3:18 PM Victor Rollinger <
victor.rollin...@na.denso.com> wrote:
> I need to display a PNG image using gstreamer.
>
>
>
> From reading the documentation, this command should work:
>
>
>
> gst-launch-1.0 -v filesrc location=filename.png !
I need to display a PNG image using gstreamer.
>From reading the documentation, this command should work:
gst-launch-1.0 -v filesrc location=filename.png ! pngdec ! imagefreeze !
'video/x-raw,format=(string)YUY2,width=640,height=480,framerate=(fraction)30/1'
! waylandsink
Ho