No description
  • C 80.8%
  • Lua 13.6%
  • CSS 3.2%
  • Meson 2.4%
Find a file
Otávio Ribeiro 9a54e65a6a cleanning
2026-03-11 13:32:01 -03:00
resources bug fix + ffmpeg updates 2026-03-11 13:31:15 -03:00
src bug fix + ffmpeg updates 2026-03-11 13:31:15 -03:00
.build-tools.cson programming 2017-09-17 20:32:45 -03:00
.gitignore bug fix + ffmpeg updates 2026-03-11 13:31:37 -03:00
meson.build watchdog 2022-07-11 12:10:08 -03:00
README.md readme 2022-07-11 12:17:58 -03:00
screenshot.png description 2017-10-02 14:04:23 -03:00
screenshot1.png description 2017-10-02 14:16:57 -03:00
snapcraft.yaml snap 2017-09-25 16:48:43 -03:00

GIpCamViewer

A simple Gnome Gtk3 IP camera viewer for linux.

screenshot screenshot

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