No description
- C 80.8%
- Lua 13.6%
- CSS 3.2%
- Meson 2.4%
| resources | ||
| src | ||
| .build-tools.cson | ||
| .gitignore | ||
| meson.build | ||
| README.md | ||
| screenshot.png | ||
| screenshot1.png | ||
| snapcraft.yaml | ||
GIpCamViewer
A simple Gnome Gtk3 IP camera viewer for linux.
Cameras Support
Camera support is done through lua drivers. At the present moment only foscam cameras are supported.
Drivers
- Foscam SD/HD cameras
- Amcrest SD/HD cameras
- Hickvision SD/HD cameras
Compiling
Meson/ninja are needed in order to compile GIpCamViewer.
apt-get update
apt-get install git meson build-essential autotools-dev autoconf pkg-config libgtk-3-dev libgstreamer1.0-dev libjson-glib-dev libvlc-dev liblua5.3-dev
mkdir gipcamviewer
cd gipcamviewer
git clone https://github.com/otaviojr/gipcamviewer.git .
mkdir build
cd build
meson --prefix=<your prefix>
ninja build install

