Skip to content
Snippets Groups Projects
Commit 71779d1a authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

axis_{record,play}.sh

parent e1b4b1a9
No related branches found
No related tags found
No related merge requests found
......@@ -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`
#!/bin/bash
vlc http://axis-ptz1/mjpg/video.mjpg
#!/bin/bash
ffmpeg -i http://axis-ptz1/mjpg/video.mjpg -c:v libx265 axis-ptz1-$(date +'%Y-%m-%d-%A-%H:%M:%S').mp4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment