This commit is contained in:
Lincoln-LM 2022-01-05 10:41:48 -07:00
parent 7c687a4826
commit 9038d3df07
3 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"MonitorWindow": true,
"MonitorWindow": 1,
"WindowPrefix": "LM-Q",
"image": "images\\phone\\eye.png",
"view": [
@ -10,8 +10,7 @@
],
"thresh": 0.8,
"white_delay": 3.0,
"advance_delay": 1,
"advance_del": 3,
"advance_delay": 3,
"crop": [
173,
91,

View File

@ -11,7 +11,6 @@
"thresh": 0.8,
"white_delay": 0.0,
"advance_delay": 0,
"advance_del": 0,
"crop": [
173,
91,

View File

@ -15,7 +15,6 @@ import json
import os.path
import heapq
from PIL import Image, ImageTk
from stationary import reidentify
from xorshift import Xorshift
class Application(tk.Frame):