aboutsummaryrefslogtreecommitdiff
path: root/voctocore/experiments/test-grabber-src2.sh
blob: 0315f468593fa1728b8119445b593af569ce6d6f (plain)
  1. #!/bin/sh
  2. gst-launch-1.0 -vm \
  3. videotestsrc pattern=ball background-color=0x00ff00ff !\
  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-cam2 \
  10. wait-for-connection=false \
  11. shm-size=100000000