CelePixel / CeleX4-OpalKelly

SDK for CeleX4 sensor.
Apache License 2.0
15 stars 10 forks source link

Working with multiple sensors #6

Open tbolten opened 5 years ago

tbolten commented 5 years ago

Hi,

in my current project, I am considering using multiple CeleX-4 sensors - preferably on one host PC. Regarding documentation, this is generally possible:

CeleX4::ErrorCode CeleX4::openSensor(string str) Parameters [in] str The name of CeleX Sensor [...] When multiple Sensors work together (please configure their names before opening sensor) [...]

A first look at the method, however, shows that this parameter is not used: https://github.com/CelePixel/CeleX4-SDK/blob/96db3cd12019e7e4b340d79361c4280462321625/Sources/SDK/eventproc/celex4.cpp#L89-L115

Have I overlooked something? And how do I configure the name of the sensor?