-
Notifications
You must be signed in to change notification settings - Fork 24
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
What to change for Topdon TC001 camera? #9
Comments
Currently, my tool is pretty WIP and not finished yet. As for the TC001, it has the same USB VID/PID (and general behaviour) as the P2 Pro, so no changes should be needed on the viewer's side. But you do need to "uninstall" the Topdon driver, if you installed their PC software, so it is recognized as a webcam again. There are multiple ways to accomplish this in the Windows device manager, but my favorite method is as follows. You can select which driver Windows 10 uses for a device like this:
Here you can switch back and forth between the default webcam driver ("USB Composite Device") and the Topdon PC software driver ("TC001"). For Les' tool and the base function of my tool (no commands like "high temperature range", once it's done), only the default Windows webcam driver is needed. What I wrote in the readme only applies if you want to send those vendor commands. |
This pull request should now work on Windows: |
Hello ! TC001 owner here, I just tried to apply your modifications but python throws me this error after printing the desktop shortcuts
It may be caused by the difference of resolution between the two cameras. Best regards ! EDIT : Nevermind, it was caused by the choice of device, for info for people that could encounter the same issue : call the script with |
Hey LeoDJ, I'm truly amazed by your code, it's truly brilliant!
I'm currently trying to get the Topon TC001 up and running on Windows, and since it has the same data stream, it should work. However, I'm facing two issues:
I noticed that someone was able to accomplish it using a Raspberry Pi (https://github.com/leswright1977/PyThermalCamera), but unfortunately, it doesn't work at all for Windows. Even with the added knowledge of separating the data stream that you provided, I haven't been successful in getting it to run.
I know this doesn't have much to do with your code and your camera, but I would greatly appreciate your expert opinion.
Best regards!
The text was updated successfully, but these errors were encountered: