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.

DM365 Display Initialization

Hello! I am trying to develop a streaming video device based on a DM365 kit from Z3 technologies. I have made my streamer, a derivative of the DM365 'encode' demo that ships with the dvsdk. After stripping out the UI and adding a display thread (similar to the one in the 'encodedecode' demo but without the pause functionality) I am seeing an interesting behavior.

 

My application works just fine when run after the encodedecode demo, but if i run it from a cold boot, nothing shows up on the display. The streaming and UI stuff i added works just fine, however.

 

To me, this looks like an initialization issue. Are the steps to initialize the display within DMAI documented anywhere? how can i debug the initialization state of the system?

 

Thanks a lot,

Woody