Hi,
I'm trying to project a single image from the light commander using the provided portability layer API. Currently all my commands are passing STAT_OK (I assume they are all correct) but I cannot get the projector to display my image. All that my projector displays is a blue test pattern. Below is my command log, does anyone notice something that I am missing? Thanks.
InitPortabilityLayer( )
DLP_FlashCompile_SetCompileMode( false )
DLP_RegIO_WriteImageOrderLut( 1, {0}, 1 )
DLP_Source_SetDataSource( SL_SW )
DLP_Img_DownloadBitplanePatternToExtMem( bitPlanePtr, 1024 * 768 / 8, 0 )
DLP_LED_SetLEDEnable( LED_R, 1 )
DLP_LED_SetLEDEnable( LED_G, 1 )
DLP_LED_SetLEDEnable( LED_B, 1 )
DLP_LED_SetLEDEnable( LED_IR, 1 )
DLP_LED_SetLEDintensity( LED_R, 100 )
DLP_LED_SetLEDintensity( LED_G, 100 )
DLP_LED_SetLEDintensity( LED_B, 100 )
DLP_LED_SetLEDintensity( LED_IR, 100 )
DLP_Display_DisplayPatternManualForceFirstPattern( )
DLP_Display_DisplayPatternAutoStepRepeatForMultiplePasses( )
Have fun,
- Nik