Camera surveillance: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Application to manage surveilance cameras= linux ZoneMinder windows ispy =stream video and audio from c920= cvlc v4l2:///dev/video0:chroma=h264:fps:24:width=1920:height=10..." |
|||
Line 8: | Line 8: | ||
=Collect stream and store= | =Collect stream and store= | ||
mplayer http://localhost:8080 -dumpstream -dumpfile test.m2t | mplayer http://localhost:8080 -dumpstream -dumpfile test.m2t | ||
=dependencies to install dvr-scan on fedora 29= | |||
dnf install opencv python3-opencv python2-opencv python2-tqdm python3-tqdm gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-ugly-free | |||
=Create movie with movement. Give information about when movement was detected= | =Create movie with movement. Give information about when movement was detected= | ||
dvr-scan --input test.m2t --output test.avi --codec H264 | dvr-scan --input test.m2t --output test.avi --codec H264 |
Latest revision as of 07:40, 20 December 2018
Application to manage surveilance cameras
linux
ZoneMinder
windows
ispy
stream video and audio from c920
cvlc v4l2:///dev/video0:chroma=h264:fps:24:width=1920:height=1080:input-slave=alsa://hw:0,0 --sout '#transcode{acodec=mpga,ab=128,channels=2,samplerate=44100,threads=4,audio-sync=1}:standard{access=http,mux=ts,mime=video/ts,dst=*:8080}'
Collect stream and store
mplayer http://localhost:8080 -dumpstream -dumpfile test.m2t
dependencies to install dvr-scan on fedora 29
dnf install opencv python3-opencv python2-opencv python2-tqdm python3-tqdm gstreamer1-libav gstreamer1-plugins-ugly gstreamer1-plugins-ugly-free
Create movie with movement. Give information about when movement was detected
dvr-scan --input test.m2t --output test.avi --codec H264