Skip to content

Using with Xtherm T3S #5

@Angel-1024

Description

@Angel-1024

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!")

and at least it works on windows 11 :)
screenshot 2022-09-08 180132

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions