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