This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

VS2010编程控制dlp4500 模式序列产生触发信号

用VS2010调用函数在模式序列时没投射一张图片,产生一个脉冲信号,代码如下,为什么不可以?

DLP_SetTrigIn1Delay(1);
   // Send trigger 2 input polarity
             DLP_SetTrigIn2Pol(false);
   // Send trigger 1 output delays
   DLP_SetTrigOutConfig(1, false, 187, 187);
   // Send trigger 2 output delay
   DLP_SetTrigOutConfig(2, false, 187, 187);