Part Number: DLPC3478
Hi,
I use a computer to connect multiple dlpcs by i2c, and each device can be found and opened normally. When I use the device object to call the api interface to control the device properties, I found that I can only control the last device , and other devices can not Corresponding control, is there any solution?
Calling the api interface for multiple devices, I see that the api interfaces of other companies are all associated with the device handle, such as : camhandle_->TriggerMode(TriggerMode_On)
we are not associated, I don’t know how to solve it?
I use DLPC-API-1.9, and the calling interface is as follows:
uint32_t DLPC34XX_WriteTriggerOutConfiguration(DLPC34XX_TriggerType_e TriggerType, DLPC34XX_TriggerEnable_e TriggerEnable, DLPC34XX_TriggerInversion_e TriggerInversion, int32_t Delay);
best!