Support for controlling a Dino-Lite using Python is available via a Python module called dnx64.py. The module wraps the control of our 64-bit SDK using its included dynamic link library file.
Users can import the dnx64.py into their Python programs and use the included DNX64 class to send commands and receive values from their Dino-Lite microscopes.
You can download a copy of this Python module from this link: dnx64_python.zip
Included in the zip archive:
– dnx64.py: DNX64 class for importing into your Python projects
– wifi_example.py: Demonstrates the use and control of Wi-Fi enabled Dino-Lite microscopes using OpenCV
– usb_example.py: Demonstrates the use and control of USB Dino-Lite microscopes using OpenCV
Requirements:
– Windows OS
– 64-bit Dino-Lite SDK for Windows
– Python 3