From 110215ad40cd0c24ed5ae70430e45304d5c60fe1 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Wed, 14 Nov 2018 12:49:40 +0900 Subject: Add waltham server for horizontal mode. Add waltham server for horizontal mode. This application is used for receive video from waltham transmitter. Change-Id: I794abf014eb014a4f0b42175093bf5c898e261f5 Signed-off-by: zheng_wenlong --- demo3/horizontal/waltham-server/config/pipeline.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 demo3/horizontal/waltham-server/config/pipeline.cfg (limited to 'demo3/horizontal/waltham-server/config') diff --git a/demo3/horizontal/waltham-server/config/pipeline.cfg b/demo3/horizontal/waltham-server/config/pipeline.cfg new file mode 100644 index 0000000..536540b --- /dev/null +++ b/demo3/horizontal/waltham-server/config/pipeline.cfg @@ -0,0 +1 @@ +udpsrc port=34400 caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)JPEG,payload=(int)26" ! rtpjpegdepay ! jpegdec ! videoconvert ! video/x-raw,format=RGBA ! appsink name=sink sync=true -- cgit 1.2.3-korg