how to get mirror enable live stream in Gstreamer

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how to get mirror enable live stream in Gstreamer

dedsx
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: how to get mirror enable live stream in Gstreamer

Nicolas Dufresne-5
Le dimanche 26 février 2017 à 09:32 -0800, ronitzagade a écrit :
> when i take live stream using v4l2src i got video but not like mirror
> which
> element i used or how my pipeline is look iike  

You can do that in software using:

  ... ! videoflip video-direction=horiz ! ...

regards,
Nicolas
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (188 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: how to get mirror enable live stream in Gstreamer

dedsx
Done

thanks.