lantern icon indicating copy to clipboard operation
lantern copied to clipboard

Control Yongnuo YN-series LED video lights with Python

Results 2 lantern issues
Sort by recently updated
recently updated
newest added

As is in python3.7, the example in the readme fails to run as: ```File "/usr/local/lib/python3.7/dist-packages/lantern/light.py", line 62, in _send_packet packet = struct.pack(">BBBBBB", NameError: name 'struct' is not defined ``` adding...

In the repository's `Pipfile` I see `bluepy` is locked to version 1.0.5. I'm curious, is there a reason for this? I ask because 1.0.5 has a bug where `bluepy` doesn't...