Open woutgg opened 3 years ago
With all DMX channels in use, transmitting a packet takes ~23ms (details).
When running at 30 FPS, this blocks more than 2/3 of the time on data writing, which can be avoided by moving the write into a separate thread.
With all DMX channels in use, transmitting a packet takes ~23ms (details).
When running at 30 FPS, this blocks more than 2/3 of the time on data writing, which can be avoided by moving the write into a separate thread.