Skip to content

Instantly share code, notes, and snippets.

@curtkim
Last active October 23, 2019 07:57
Show Gist options
  • Save curtkim/0cac6883feb75f5bf5ba10b349dc2c40 to your computer and use it in GitHub Desktop.
Save curtkim/0cac6883feb75f5bf5ba10b349dc2c40 to your computer and use it in GitHub Desktop.
gstreamer test
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