https://github.com/simpart/seekgate
A simple thermo checker that runs on Raspberry Pi.
https://github.com/simpart/seekgate
raspberry-pi seekthermal thermography
Last synced: 6 months ago
JSON representation
A simple thermo checker that runs on Raspberry Pi.
- Host: GitHub
- URL: https://github.com/simpart/seekgate
- Owner: simpart
- License: mit
- Created: 2020-03-29T07:52:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-05T01:01:33.000Z (about 6 years ago)
- Last Synced: 2024-11-06T00:39:23.843Z (over 1 year ago)
- Topics: raspberry-pi, seekthermal, thermography
- Language: JavaScript
- Homepage:
- Size: 366 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seekgate
A simple thermo checker that runs on Raspberry Pi.
Monitors anything (body temperature, etc..) and warns when the threshold is exceeded.
The concept of this project is to make it possible to build a simple thermo checker at the most affordable cost.
# installation
```
sudo ./setup/setup.sh
```
# usage
start checker
```
sudo sytemctl start seekgate
```
! it does not run the camera immediately, the camera run when anyone accesses by a browser.
please access http://(pi_addr)/seekgate.
stop checker
```
sudo sytemctl stop seekgate
```
# system overview
