-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
whenever try to use it with t3s script hangs with gray window and if debug is on returns error "frame meta no match"
to fix it i modified ht301_hacklib.py from line 293 i add this strings
if device_strings[3] == 'T3-317-13': frame_ok = True
else:
if device_strings[5] == 'T3S-A13': frame_ok = True
else:
if debug > 0: print('frame meta no match:', device_strings)
and modify line 249
Exception('device ' + str(video_dev) + ": HT301 or T3S not found!")
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
