This commit is contained in:
Prohurtz 2023-01-23 22:19:00 -06:00
parent 91b81b98bc
commit 9fb190aa0f

View File

@ -19,7 +19,7 @@ client = udp_client.SimpleUDPClient(OSCip, OSCport)
fname = "test_list.txt" fname = "test_list.txt"
data = pd.read_csv(fname, sep=",") data = pd.read_csv(fname, sep=",")
fl = [] #TODO we need more pixel points for smooth operation, lets get this setup in hsrac and add a .25 or .33 range?
def intense(x, y, frame): def intense(x, y, frame):
upper_x = x + 25 upper_x = x + 25