aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-grabber-src1.sh
blob: ea463284d80b2f29363553687af2c7b3f98cfa49 (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. videotestsrc pattern=ball background-color=0xff0000ff !\
  4. video/x-raw,width=1280,height=720,framerate=25/1,format=RGBx !\
  5. progressreport update-freq=1 !\
  6. queue !\
  7. shmsink \
  8. sync=true \
  9. socket-path=/tmp/v-cam1 \
  10. wait-for-connection=false \
  11. shm-size=100000000