Junker / cctv-watcher

Application for CCTV cameras monitoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CCTV Watcher

Application for CCTV cameras monitoring. RTSP, MJPEG, V4L2 cameras supported.

Requirements

  • Gstreamer (gstreamer-libav, gstreamer-rtsp, gstreamer-gtk)
  • Gtk
  • libgudev

Build & Install

meson build --prefix=/usr
cd build
ninja
sudo ninja install

Install from Arch Linux & Manjaro

yay -S cctv-watcher

DBUS methods

  • Show
  • Hide
  • Toggle

DBUS usage example

dbus-send --dest=app.junker.CCTVWatcher --print-reply /app/junker/CCTVWatcher app.junker.CCTVWatcher.Show

About

Application for CCTV cameras monitoring.

License:GNU General Public License v3.0


Languages

Language:Vala 95.5%Language:Meson 4.5%