Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Olivier Stasse
Gepetto Utils
Commits
71779d1a
Commit
71779d1a
authored
Jun 14, 2018
by
Guilhem Saurel
Browse files
axis_{record,play}.sh
parent
e1b4b1a9
Changes
3
Hide whitespace changes
Inline
Side-by-side
scripts/README.md
View file @
71779d1a
...
...
@@ -58,3 +58,9 @@ optional arguments:
-h, --help show this help message and exit
-v, --verbose
```
## `axis_play.sh` & `axis_record.sh`
The first allows to check that the camera is configured correctly.
The second records the current view. It is meant to be run in
`eur0c:/local/axis`
scripts/axis_play.sh
0 → 100755
View file @
71779d1a
#!/bin/bash
vlc http://axis-ptz1/mjpg/video.mjpg
scripts/axis_record.sh
0 → 100755
View file @
71779d1a
#!/bin/bash
ffmpeg
-i
http://axis-ptz1/mjpg/video.mjpg
-c
:v libx265 axis-ptz1-
$(
date
+
'%Y-%m-%d-%A-%H:%M:%S'
)
.mp4
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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