leswright1977 / PyThermalCamera

Python Software to use the Topdon TC001 Thermal Camera on Linux and the Raspberry Pi
Apache License 2.0
180 stars 35 forks source link

add Windows compatibility #4

Open LeoDJ opened 11 months ago

LeoDJ commented 11 months ago

Hopefully without breaking Linux support ;)

Should fix #2 too, without breaking whichever system required False instead of 0.

If you installed the Topdon Windows software already, you need to switch the driver as explained here: https://github.com/LeoDJ/P2Pro-Viewer/issues/9#issuecomment-1645982118

nemi1 commented 11 months ago

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".

nemi1 commented 11 months ago

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?

leswright1977 commented 11 months ago

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 https://github.com/leswright1977/PyThermalCamera/pull/4#issuecomment-1646079316, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG5IEE376ABEO6FNU7OHI7LXRLBV5ANCNFSM6AAAAAA2TEGTDY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ikin5050 commented 8 months ago

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

villar10 commented 5 months ago

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?

Hey nemi1, I would be very interested in taking a look at your changes! Can you submit a pull request?