Skip to content

Releases: Grix/helios_dac

SDK v10

09 Nov 15:33
Compare
Choose a tag to compare
  • Add seamless support for ILDA Digital Network in the SDK. The Helios SDK now can find and output to any IDN servers (including the Helios OpenIDN adapter) in addition to Helios USB devices.
  • Add WriteFrameHighResolution() and WriteFrameExtended() for outputting higher resolution and more color channels to DACs that support it.

The libraries are entirely backwards compatible, should be a drop-in replacement for previous versions, both the C++ files and the shared library binaries.

NB: The shared libraries depend on libusb. In addition to HeliosLaserDAC.dll/dylib/so you also need libusb-1.0.dll/dylib/so in the same folder, or installed on the computer some other way. You can find these files in the sdk/cpp/libusb_bin folder.

SDK v6

13 Jun 20:05
Compare
Choose a tag to compare

SDK v6 (new)
Firmware v5

  • SDK workaround of bug causing frames with certain sizes to fail to write
  • SDK simplified and optimized

v5

20 Mar 14:06
Compare
Choose a tag to compare
v5

Firmware v5
SDK v5

  • Fixed unresponsive DAC for ~100ms if a frame is missed using single frame mode
  • Fixed possible crash when rescanning for DACs
  • Overall better reliability and performance.
  • Remove redundant wrapper class

v4

30 Jan 17:43
Compare
Choose a tag to compare
v4

Firmware v4

v3

31 Oct 22:29
Compare
Choose a tag to compare
v3

NEW: Firmware v3

v2

16 Oct 20:31
Compare
Choose a tag to compare
v2

SDK v1.1
Firmware v2
Hardware v1.1

Changelog:
Added feature of giving persistent custom names to DACs

Initial release

02 Oct 13:49
Compare
Choose a tag to compare

Hardware v1.1
Firmware v1
Driver v1.0 (only windows binaries)