mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: Disabled windows
This commit is contained in:
parent
0fe0579ba8
commit
d7fa1569a4
|
@ -77,10 +77,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
// Motion filter parameters.
|
// Motion filter parameters.
|
||||||
const (
|
const minFPS = 1.0
|
||||||
showWindows = true
|
|
||||||
minFPS = 1.0
|
|
||||||
)
|
|
||||||
|
|
||||||
// KNN specific parameters.
|
// KNN specific parameters.
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue