carlosmccosta / laser_projector_bridge_csharp

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

laser cube and vvvv gamma #1

Open 1mpar opened 2 years ago

1mpar commented 2 years ago

Hi, I'm trying to send images from vvvv gamma to a laser cube and I'd like to know if you code enables this... the laser dube is connected to the computer via USB. thanks, Henrique

carlosmccosta commented 2 years ago

Hello,

I only tested the library with MediaLas ILP 622 LAN laser projectors, which rely on ethernet connection.

This repository is a wrapper for the jmlaser.dll (made by Mueller Elektronik).

Given that your projector uses USB and I only tested the jmlaser.dll with ethernet projectors from MediaLas, it is unlikely that you will be able to use this wrapper with your projector.

You can compile this wrapper with Visual Studio and run the CLI Tests project to check if the jmlaser.dll is compatible with your projector.

Have a nice day,