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.
- Host: GitHub
- URL: https://github.com/junker/cctv-watcher
- Owner: Junker
- License: gpl-3.0
- Created: 2019-12-24T19:35:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T16:20:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T01:45:36.394Z (over 1 year ago)
- Topics: camera-preview, cctv, ipcam, ipcamera
- Language: Vala
- Homepage:
- Size: 522 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```