carlosmccosta / laser_projector_bridge_csharp

C# library for communicating with Ethernet laser projectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

laser cube and vvvv gamma

1mpar opened this issue · comments

commented

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

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,