carlosmccosta / laser_projector_bridge_csharp

C# library for communicating with Ethernet laser projectors
MIT License
2 stars 1 forks source link

laser_projector_bridge_csharp

C# library for communicating with Ethernet laser projectors (such as MediaLas ILP 622 LAN).

NuGet package available here.

Notes

By default the library is built using the "Any CPU" platform and uses the 64 bit jmlaser.dll.

If your application is 32 bit, replace the 64 bit jmlaser.dll with the jmlaser_x86.dll in your application build directory (the jmlaser_x86.dll must be renamed to jmlaser.dll in order to DllImport find the dll).