Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Software
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
LARN
RNA
Software
Commits
c00558b2
Commit
c00558b2
authored
Nov 18, 2019
by
Marlene Böhmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
format video scripts, experimental h264 scripts
parent
faae9656
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
2 deletions
+34
-2
salt/drone/video/receive_video.sh
salt/drone/video/receive_video.sh
+7
-1
salt/drone/video/receive_video_h264.sh
salt/drone/video/receive_video_h264.sh
+11
-0
salt/drone/video/send_video.sh
salt/drone/video/send_video.sh
+7
-1
salt/drone/video/send_video_h264.sh
salt/drone/video/send_video_h264.sh
+9
-0
No files found.
salt/drone/video/receive_video.sh
View file @
c00558b2
exec env
GST_DEBUG
=
prrtsrc:6 gst-launch-1.0 prrtsrc
\
exec env
gst-launch-1.0
\
prrtsrc
\
!
"image/jpeg,framerate=24/1"
\
!
jpegparse
\
!
jpegdec
\
!
videoconvert
\
!
fpsdisplaysink video-sink
=
ximagesink
sync
=
false
# GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsrc:6
salt/drone/video/receive_video_h264.sh
0 → 100755
View file @
c00558b2
exec env
gst-launch-1.0
\
prrtsrc
\
!
video/x-h264,width
=
640,height
=
480,framerate
=
30/1
\
!
h264parse
\
!
avdec_h264
\
!
videoconvert
\
!
fpsdisplaysink video-sink
=
ximagesink
sync
=
false
# GST_DEBUG_DUMP_DOT_DIR=/home/marlene/CloudyApple/Studium/Master\ Thesis/Thesis/figures2/dot2
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsrc:6
salt/drone/video/send_video.sh
View file @
c00558b2
raspivid
-t
0
-cd
MJPEG
-w
640
-h
480
-fps
24
-b
6000000
-fl
-o
- |
gst-launch-1.0 fdsrc
\
exec env
gst-launch-1.0
-e
\
fdsrc
\
!
"image/jpeg,framerate=24/1"
\
!
jpegparse
\
!
prrtsink
host
=
10.8.0.44
port
=
5000
targetdelay
=
8000
# GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsink:6
salt/drone/video/send_video_h264.sh
0 → 100755
View file @
c00558b2
exec env
GST_DEBUG_DUMP_DOT_DIR
=
/home/rna/dot gst-launch-1.0
-e
\
v4l2src
do
-timestamp
=
true
\
!
video/x-h264,width
=
640,height
=
480,framerate
=
30/1
\
!
h264parse
\
!
prrtsink
host
=
10.8.0.44
port
=
5000
targetdelay
=
10000
# GST_DEBUG_DUMP_DOT_DIR=/home/rna/dot
# GST_DEBUG=queue_dataflow:6
# GST_DEBUG=prrtsink:6
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment