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.

Image Pattern Data Streaming over HDMI to LightCrafter

Hi DLP Developers,

PreS.   I have posted a similar message to LabView Forum to get their advise as well. So, basic introduction is a remnant of that activity. I kept it for correct replication.

I am writing a program for laser beam scanning with TI LightCrafter for an optical microscopy research project at Koc University, Istanbul. When bitmap images are displayed on LightCrafter, and setup accordingly each pixel can be controlled. LightCrafter is connected through HDMI and is DVI complied. It is handled as a second monitor to the Windows OS (mine is Win7). Frame refresh rate 60Hz, and gets RGB data stream.

What I do, is very basically, generating a white pixel and let it move accross the mxn pixels screen. This is the basis of scanning I am after. All of the required processes are very well handled under LabView & IMAQ. However I am stuck into a serious condition:

I am unable to guarantee the displayed pixel's persistance time on the screen, and whether each pixel is displayed or not. Well, I am trying to use Wait function within IMAQ WindDraw procedure, in agreement with the frame rate (about 16.6 ms total for 60Hz rate). Still my application requires exact operation, and I need to make sure that each active/ highlighted pixel is displayed once (or preset number), and all of those pixels are displayed when they are commanded.

I understand that video monitor runs itself, and whenever a new frame is sent to the screen with WindDraw, it is displayed. And will continue to be displayed until a new frame/ image is sent. For this operation I have no feedback and no data. 

My question is: Do any of you have an idea how to realize this operation with LabView tools, or external code or any other method?

I will appreciate your advise a lot.

Best Regards,
Adnan Kurt