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.

DLP4710EVM-LC: DLP4710 EVM connects to Basler USB camera external trigger

Part Number: DLP4710EVM-LC

Dear Friends

Does any one have experience on Basler USB camera external trigger (from EVM trigger 1 out) coding? Could you please lend me a hand?

I follow the instruction on Basler manual but fail to trigger the camera to grab images (patterns). Below is my setting:

Camera model aca1920-150UC (USB camera)

Camera.TriggerSelector.SetValue( TriggerSelector_FrameStart );
Camera.TriggerMode.SetValue( TriggerMode_On );
Camera.TriggerSource.SetValue ( TriggerSource_Line1 );
Camera.TriggerActivation.SetValue( TriggerActivation_RisingEdge );
Camera.TriggerDelay.SetValue(0);
Camera.ExposureMode.SetValue( ExposureMode_Timed );
Camera.ExposureTime.SetValue( 8000.0 );
Camera.AcquisitionStart.Execute( );

What shall I do next? 

Thank you in advance!

Derlin