aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-grabber-src.sh
blob: e298faff6c8d47bd3c99d400d0629cd4c693d9dc (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. videotestsrc !\
  4. video/x-raw,width=1280,height=720,framerate=25/1,format=BGRA !\
  5. queue !\
  6. shmsink \
  7. sync=true \
  8. socket-path=/tmp/grabber \
  9. wait-for-connection=false \
  10. shm-size=100000000