Last active
October 23, 2019 07:57
-
-
Save curtkim/0cac6883feb75f5bf5ba10b349dc2c40 to your computer and use it in GitHub Desktop.
gstreamer test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gst-launch-1.0 videotestsrc | |
! videoscale add-borders=true envelope=4 | |
! textoverlay text=ABC font-desc="sans bold 30" | |
! videocrop top=100 | |
! videoflip method=vertical-flip | |
! videoscale ! video/x-raw,width=178,height=100 | |
! ximagesink | |
gst-launch-1.0 v4l2src | |
! videoscale ! video/x-raw,width=800,height=600 | |
! textoverlay text=Pangyo font-desc="sans bold 30" | |
! xvimagesink | |
https://medium.com/@petehouston/play-webcam-using-gstreamer-9b7596e4e181 | |
https://msapiens.tistory.com/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment