filter: basic: removing const for pixel and threshold

This commit is contained in:
Ella Pietraroia 2020-02-03 10:47:33 +10:30
parent 2c3b6f237b
commit f27a18282b
1 changed files with 0 additions and 5 deletions

View File

@ -44,11 +44,6 @@ import (
const debugfile = "motion.mjpeg"
const (
threshold = 45000
pixels = 1000
)
type pixel struct{ r, g, b uint32 }
// Basic is a filter that provides basic motion detection via a difference