Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using with Xtherm T3S #5

Open
Angel-1024 opened this issue Sep 8, 2022 · 3 comments
Open

Using with Xtherm T3S #5

Angel-1024 opened this issue Sep 8, 2022 · 3 comments

Comments

@Angel-1024
Copy link

Angel-1024 commented Sep 8, 2022

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

@stawel
Copy link
Owner

stawel commented Sep 11, 2022

Great news,
Thanks!

I've added your changes to the repository

@Angel-1024
Copy link
Author

Thanks!
And i forget, i also edited 276 string in ht301_hacklib_py
raise Exception("HT301 or T3S device not found!")
after this if camera not connected returns HT301 or T3S device not found!
I think T3Pro can use too but need to know it's strings... but i don't have this cam.

@stawel
Copy link
Owner

stawel commented Sep 13, 2022

ok, I've changed both exception strings :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants