mirror of https://bitbucket.org/ausocean/av.git
filter: basic: removing const for pixel and threshold
This commit is contained in:
parent
2c3b6f237b
commit
f27a18282b
|
@ -44,11 +44,6 @@ import (
|
||||||
|
|
||||||
const debugfile = "motion.mjpeg"
|
const debugfile = "motion.mjpeg"
|
||||||
|
|
||||||
const (
|
|
||||||
threshold = 45000
|
|
||||||
pixels = 1000
|
|
||||||
)
|
|
||||||
|
|
||||||
type pixel struct{ r, g, b uint32 }
|
type pixel struct{ r, g, b uint32 }
|
||||||
|
|
||||||
// Basic is a filter that provides basic motion detection via a difference
|
// Basic is a filter that provides basic motion detection via a difference
|
||||||
|
|
Loading…
Reference in New Issue