An open API service indexing awesome lists of open source software.

https://github.com/junker/cctv-watcher

Application for CCTV cameras monitoring.
https://github.com/junker/cctv-watcher

camera-preview cctv ipcam ipcamera

Last synced: 3 months ago
JSON representation

Application for CCTV cameras monitoring.

Awesome Lists containing this project

README

          



# CCTV Watcher

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

## Requirements

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

## Build & Install

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

## Install from Arch Linux & Manjaro

```bash
yay -S cctv-watcher
```

### DBUS methods

* Show
* Hide
* Toggle

### DBUS usage example

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