-
Notifications
You must be signed in to change notification settings - Fork 50
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
add Windows compatibility #4
base: main
Are you sure you want to change the base?
Conversation
hopefully without breaking Linux support
It works! Thank you both so much for your work on this. I just tested on a TC001 on Windows 11 with USB driver as "USB composite device". |
Hi I am new to Python and learning fast to add features today to this project, also very new to GitHub. I've modified this open contribution further to add working support to save CSV temperature data files. How may I contribute it here? |
Fantastic thanks! I am on vacation just now, but will deal with the pull on
my return.
Cheers!
…On Fri, 21 Jul 2023, 19:18 nemi1, ***@***.***> wrote:
It works! Thank you both so much for your work on this.
I just tested on a TC001 on Windows 11 with USB driver as "USB composite
device".
—
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG5IEE376ABEO6FNU7OHI7LXRLBV5ANCNFSM6AAAAAA2TEGTDY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Uninstalling the topdon driver so that your camera gets recognized as a USB device enables cv2 and VLC to recognize the camera, then its just a case of getting rid of the r-pi specific code at top |
Hey nemi1, I would be very interested in taking a look at your changes! Can you submit a pull request? |
Hi, I am trying to connect to the cam using this script but it gices me an error. lo = lo * 256 -> Python integer 256 out of bounds for uint8. How can I fix it? |
I just find the solution by adding the following line: However, for some reason the image appears rotated, why? |
Hopefully without breaking Linux support ;)
Should fix #2 too, without breaking whichever system required
False
instead of0
.If you installed the Topdon Windows software already, you need to switch the driver as explained here:
LeoDJ/P2Pro-Viewer#9 (comment)