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.
|
||||
const (
|
||||
showWindows = true
|
||||
minFPS = 1.0
|
||||
)
|
||||
const minFPS = 1.0
|
||||
|
||||
// KNN specific parameters.
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue