all png to jpg fixed
This commit is contained in:
parent
7fc7566e65
commit
7a0d3f7e29
1 changed files with 6 additions and 13 deletions
|
@ -2,10 +2,11 @@
|
||||||
title: "StreamWatcher App"
|
title: "StreamWatcher App"
|
||||||
date: 2021-01-11T20:45:36+01:00
|
date: 2021-01-11T20:45:36+01:00
|
||||||
draft: false
|
draft: false
|
||||||
image: "/img/streamwatcher/main.png"
|
image: "/img/streamwatcher/main.jpg"
|
||||||
---
|
---
|
||||||
<!--more-->
|
<!--more-->
|
||||||
A web app written in Go to monitor IP cameras for motion, storing moments when motion is detected.
|
A web app written in Go to monitor IP cameras for motion, storing moments when motion is detected.
|
||||||
|
Using [GoCV](https://gocv.io/) for most of the heavy lifting.
|
||||||
|
|
||||||
Primarily made to try out Go web development, repo can be found here:
|
Primarily made to try out Go web development, repo can be found here:
|
||||||
https://gitea.broodjeaap.net/broodjeaap/StreamWatcher
|
https://gitea.broodjeaap.net/broodjeaap/StreamWatcher
|
||||||
|
@ -16,24 +17,16 @@ Should probably not be seriously used, there are better alternatives :)
|
||||||
|
|
||||||
### Streams
|
### Streams
|
||||||
IP cameras being monitored can be viewed on the main page:
|
IP cameras being monitored can be viewed on the main page:
|
||||||

|

|
||||||
|
|
||||||
### Stream page
|
### Stream page
|
||||||
The stream view shows the current IP cam view and areas being monitored for motion:
|
The stream view shows the current IP cam view and areas being monitored for motion:
|
||||||

|

|
||||||
|
|
||||||
### Stream add area
|
### Stream add area
|
||||||
Adding a monitored area is as simple as dragging a square onto the view:
|
Adding a monitored area is as simple as dragging a square onto the view:
|
||||||

|

|
||||||
|
|
||||||
### Stream area view
|
### Stream area view
|
||||||
A stream areas moment can be viewed with a web 'player':
|
A stream areas moment can be viewed with a web 'player':
|
||||||

|

|
||||||
|
|
||||||
## Method
|
|
||||||
|
|
||||||
The day of the week can be caculated by:
|
|
||||||
`(day value + month value + year value + century value + leap year value) % 7`
|
|
||||||
|
|
||||||
Every one of these value comes from a set of constants or is calculable from the date.
|
|
||||||
This app helps you practice memorizing and calculating these values.
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue