diff options
author | Carl Karsten <carl@personnelware.com> | 2016-03-23 20:46:22 -0500 |
---|---|---|
committer | Carl Karsten <carl@personnelware.com> | 2016-03-23 20:46:22 -0500 |
commit | 0657739a8ac19a57b8a72cb485f4574378a63f75 (patch) | |
tree | 2203e73748fceee304d96fa33e0cf23625eef45c | |
parent | 88e9eaaef470963996ecdbd839aededf35040940 (diff) |
add use-damage=false so all frames are sent, not just on change.
-rwxr-xr-x | clients/source/ingest.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clients/source/ingest.py b/clients/source/ingest.py index 1e8fd40..2b4c425 100755 --- a/clients/source/ingest.py +++ b/clients/source/ingest.py @@ -77,12 +77,14 @@ def mk_video_src(args, videocaps): elif args.video_source == 'ximage': video_src = """ - ximagesrc name=videosrc ! + ximagesrc name=videosrc + use-damage=false ! {monitor} videoconvert ! videorate ! videoscale ! """ + # startx=0 starty=0 endx=1919 endy=1079 ! elif args.video_source == 'blackmagichdmi': video_src = """ |