miked63017 / dinolite_uvc_led_control

Python module to control LEDs, AE, and other UVC controls for the Dino Lite USB microscopes
26 stars 11 forks source link

windows #5

Open hiris25 opened 5 years ago

hiris25 commented 5 years ago

I'm trying to do something similar but running in windows 10 - any suggestions?

miked63017 commented 5 years ago

Sorry I have no familiarity with the UVC libs on Windows, I only use Windows for gaming.

miked63017 commented 5 years ago

Assuming the UVC libs work, then you would probably need to modify the driver for UVC to include these models, similar to the kernel tweaks needed for linux.

3rdWaveLabs commented 4 years ago

@hiris25 I would also really like to get this working on a Windows machine. Have you had any success? I have noticed that the device.py files have linux type device enumeration "self.vid_address = "/dev/video0"

tulenimama commented 2 years ago

I'm trying to do something similar but running in windows 10 - any suggestions?

Hey guys, same problem here :) do you have any success by the time?

rickliu65 commented 1 year ago

Bus Hound is great tool for windows . I think you can try it for that. its also having SDK.

rickliu65 commented 1 year ago

I'm trying to do something similar but running in windows 10 - any suggestions?

DinoLite having SDK for windows via Python, if you need support you can ask https://www.dinolite.us/ That SDK name is DNX64. but no Preview and capture. Just control only.

CharlesChiuGit commented 8 months ago

Hi, we just open-sourced our latest DNX64-Python-API on github, perhaps someone will be interested?