ALP4lib
ALP4lib copied to clipboard
Python control module for Vialux DMDs based on ALP4.X API.
Hello, Your wrapper code has been very helpful and I want to thank you for creating it! However, I did notice one error in how you passed the tAlpDynSynchOutGate structure...
using : find . -name '*.py' | xargs 2to3 -w
On line 627 `return ret.value()` should probably be `return ret.value` (I'd make a pull request if I only knew how to use git decently)
### Problem I am having this problem whenever I try to initialize the DMD after a first run without disconnecting the cables from my computer. I am using Anaconda and...
I captured an image with an camera, and want to display this image on the DMD quickly(less than 3 ms). For example, the dimension of the image is 1024*768(the same...
Loading library: C:/Program Files/ALP-4.3/ALP-4.3 API/x64/alp4395.dll --------------------------------------------------------------------------- Exception Traceback (most recent call last) in 6 DMD = ALP4(version = '4.3', libDir = 'C:/Program Files/ALP-4.3/ALP-4.3 API') 7 # Initialize the device ---->...
**I have a problem with DMD initialization even though DMD works using EasyProj app.** Could you please help? Loading library: C:/Program Files/ALP-4.3/ALP-4.3 API/x64/alp4395.dll --------------------------------------------------------------------------- Exception Traceback (most recent call last)...
Hey! I installed the module using` pip`, using `easy_install` and using `python setup.py install` and regardless of what I do I always get: ``` In [1]: import ALP4 --------------------------------------------------------------------------- ModuleNotFoundError...
On ALP4.py: lines 333, 334: ``` elif (version == '4.2'): libPath += 'alpD41.dll' ``` The DLL name is wrong. Should be `alpV42.dll` or `alpV42basic.dll` depending of basic or high-speed API....
Hi,when i tried to modified the example code,i'd like to load one fixed random binary martrix,i have no idea modify my code,can you give me some advice?Thank you! 