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.

Pattern mode streaming over HDMI

I've been working with the Lightcrafter 4500 via the GUI (ver 2.0.0) for about two weeks now. For our project, we need to display 1-bit patterns as fast as possible. Furthermore, our pattern sequence may be larger than can fit into the on-board memory. Therefore, we are sending the patterns over HDMI. The current plan is to encode the 24 of the 1-bit images into a 24-bit RGB image and stream them color images to the projector.

There are a few things which I can't quite figure out. I set the GUI as shown in the following graphic, using an 8 bit pattern, the projector properly displays the HDMI output (currently whatever is on the second monitor of my computer). 

I have the following two problems:

1) The projector flickers as if the LEDs are not continuously switching, despite the timing settings which match the refresh rate (60 Hz). (Note, since it may be relevant, "Clear DMD after exposure" is only set on the blue part of the pattern.) How can I get it to display "continuously" as it does in Video mode?

2) Both Trigger Out 1 and Trigger Out 2 output 60 Hz pulses, which I presume match VSYNC, perhaps with some delay. I would like to configure one of those triggers to output on every bit. Is this possible?

Thank you,

Jason 

  • #1.
    What value you have set under timing tab is for displaying each individual pattern, so 16667us spent for each pattern, there for to display all 3 8-bit patterns from 1-full RGB 24-bit frame needs, 50001us. I think your monitor might be sending it as 60Hz rate, that is why there is a flicker.

    For example -
    Case1:
    For displaying full 8-bit grayscale, it needs 8333us, you can set Internal Trigger Period as 8333us and Pattern Exposure also as 8333us. Now set video output to 24999us, then set Video Frame rate of the monitor to 40Hz.

    Case2:
    If you find it difficult to adjust monitor resolution, you can reduce the bit-depth, www.ti.com/.../dlpu011d.pdf Table 4-1, select bit-depth as 7-bit, and set Internal Trigger = Pattern Exposure = 4500us, which will be 4500x3 = 13500us, so you should not see flickering.

    #2.
    If you try #1 Case 2, you should see triggers for each patterns.

    Regards,
    Sanjeev