aboutsummaryrefslogtreecommitdiff
path: root/clients/source/ingest.py
diff options
context:
space:
mode:
authorCarl Karsten <carl@personnelware.com>2016-03-23 20:46:22 -0500
committerCarl Karsten <carl@personnelware.com>2016-03-23 20:46:22 -0500
commit0657739a8ac19a57b8a72cb485f4574378a63f75 (patch)
tree2203e73748fceee304d96fa33e0cf23625eef45c /clients/source/ingest.py
parent88e9eaaef470963996ecdbd839aededf35040940 (diff)
add use-damage=false so all frames are sent, not just on change.
Diffstat (limited to 'clients/source/ingest.py')
-rwxr-xr-xclients/source/ingest.py4
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 = """