Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakecoffman/camcontrol
view and control multiple Amcrest cameras at once in one app
https://github.com/jakecoffman/camcontrol
amcrest libcurl libvlc qt qt5 vlc
Last synced: 2 months ago
JSON representation
view and control multiple Amcrest cameras at once in one app
- Host: GitHub
- URL: https://github.com/jakecoffman/camcontrol
- Owner: jakecoffman
- License: mit
- Created: 2018-09-02T15:42:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T00:56:17.000Z (over 6 years ago)
- Last Synced: 2024-10-28T04:59:38.348Z (4 months ago)
- Topics: amcrest, libcurl, libvlc, qt, qt5, vlc
- Language: C++
- Homepage:
- Size: 1.43 MB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# camcontrol
I couldn't find an easy way to view multiple security cameras (Amcrest) and also control them, so I built this.
![screenshot](screenshot.png?raw=true "screenshot")
## building
This project was forked from: https://github.com/vlc-qt/examples/tree/master/simple-player
(Commit fb69be54dd9e7ebedf56799b06e0f2a8153276be)
Quick tips on getting it to build:
- Install qt to `/usr/local/opt/qt5` and set `CMAKE_PREFIX_PATH` to that
- Download VLC-Qt `$somewhere` and set VLCQt_DIR to `$somewhere/lib/cmake/VLCQt`
- Also set VLCQtCore_DIR to `$somewhere/lib/cmake/VLCQtCore`