• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » DLP & MEMS » DLP LightCommander Development Platform » LightCommander synchronization
Share
DLP & MEMS
  • Forums
Options
  • Subscribe via RSS

Forums

LightCommander synchronization

This question has suggested answer(s)
fil mag
Posted by fil mag
on Apr 09 2012 12:02 PM
Prodigy100 points

Hello all!

I'm using a DLP LightCommander kit in video mode and I'm using it as a kind of standard projector, i.e., I'm using it to display my extended desktop. In that extended desktop I hava a display window where I display some patterns.

For each pattern I display in that window I want to take a measurement and I'm looking for the best way to speed up the process, since I'm doing the following:

1 - display pattern (i.e., telling the video signal to change)

2 - wait a certain amount of time to ensure the image is already in the DMD

3 - take a measurement

4 - go back to point 1

I'm using the HDMI port to send the video input to the LightCommander.

Any suggestions/ideas?

I'm working with LabVIEW and haven't been able to use the API.

When I'm using the LightCommander in video mode, if I have a binary static image, is the DMD fixed with the values of that image or is the DMD "flickering" the pixels between OFF and the values of that image?

Any help would be greatly appreciated.

Thank you very much in advance!

Best regards!

lightcommander labview video mode sync
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • Sanjeev
    Posted by Sanjeev
    on Apr 11 2012 06:10 AM
    Expert5775 points

    Hello Fil mag,

    I will answer your clarification except the LABVIEW related stuff. Lets wait to see if any of the user(s) is/are able to control the kit from LABVIEW by importing the LightCommander API functions.

    Can you explain what kind of measurements are you intending perform?

    The 'Video Mode' configuration is not recommended if you are trying to get the LightOutput as linear function of input pixel weightage i.e., ON/OFF in case of 1bpp bit depth or 8bit 256 greyscale level incase of 8bpp bit depth configuration. When configured in Video Mode, the input data to the LightCommander goes through degamma correction and dithering to produce more grey scale levels to make video look better. So, Video mode is good for viewing only not for any measurements.

    I recommend you to configure LightCommander(TM) in Structured Light Mode with data source as "DVI" i.e., the PC input in your case. Also make sure on the PC side the data sent is as it is,  that is data o/p must NOT be gamma corrected in other words pixel values sent as it is without any adjustment like gamma, gain, etc..

    Regards,

    Sanjeev

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • fil mag
    Posted by fil mag
    on Apr 11 2012 09:24 AM
    Prodigy100 points

    Hello Sanjeev,

    thank you for your input.

    The measurement I'm taking is performed with a A/D converter connected to a photodiode amplifier circuit.

    Let's then wait to see if someone has any input related with LabVIEW usage of the LightCommander API.

    Best regards!

    lightcommander labview
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • fil mag
    Posted by fil mag
    on Apr 17 2012 08:26 AM
    Prodigy100 points

    Hi Sanjeev,

    I still have one question, in structured light mode, using DVI port as input, do the DMD mirrors change their status if the image to be displayed is always the same, i.e, are they time modulated? Even if the image is binary (black and white)?

    I'm asking this because the DLP LightCommander control software specifies frame rate (Hz) and patterns/frame when setting the structured light configuration.

    By the way, I've not been able yet to use the DLP Lightcommander API with LabVIEW, so if someone has been able to do it previously, I'd kindly ask that person to provide some input...

    Thank you very much in advance!

    All the best!

    lightcommander labview video mode sync
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Sanjeev
    Posted by Sanjeev
    on Apr 18 2012 00:51 AM
    Expert5775 points

    Hi Fil mag,

    Structured Light mode using DVI port basically provides a memory space of 24binary patterns. Each bitplane is displayed for fixed duration of time in structured light mode. So user can select the frame-rate 6-60Hz and number of patterns per frame 1 to 24 for binary pattern mode and 1 to 3 for 8bit pattern mode. The mirrors change status as they start showing each bitplane. So whethere the mirror change status depends on incoming data.

    In your case the incoming video is black&white in the RGB888 data format but inside the LightCommander(TM) because of SL mode configuration it use video frame data as 24 binary bitplanes; the data will be displayed as follows.

    bitpalne#0-bitplane#7               - R8

    bitplane#8-bitplane#15            -  G8 

    bitplane#16-bitplane#t23         - B8

    For example - If the input frame RGB888 is ALL BLACK(0x00 0x00 0x00) or ALL WHITE (0xFF 0xFF 0xFF) which means each bitplane has same value '0' or '1'. So mirror remain in same state for entire repriod so you will see light output constant for entire frame.In anothe extreme case say input frame RGB888 is (0xAA 0xAA 0xAA or 0x55 0x55 0x55) then mirror change state between every bitplane.

    Regards,

    Sanjeev

     

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Daniele Malleo
    Posted by Daniele Malleo
    on Sep 06 2012 15:00 PM
    Prodigy20 points

    Hi,

    I also would like to know if it's possible to drive the LightCommander using Labview.

    Are labview drivers made available as part of the dev kit?

    Thanks,

    Dan

    DLP LightCommander kit contents DLP LightCommander DLPC200 labview
    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Sanjeev
    Posted by Sanjeev
    on Sep 10 2012 00:08 AM
    Suggested Answer
    Expert5775 points

    Hi Dan,

    Welcome to DLP&MEMS forum.

    Unfortunately there is not direct lab view drivers to communicate with LightCommander hardware. If have downloaded and installed DLP LightCommander(TM) control program on your machine, it comes with SDK. Under SDK there is a windows LIB with header file which you can call in Labview enviroment like any other windows libraries. So you may want to give a try. Otherwise you may want to wait until someone reply to this thread.

    Good luck with your work.

    Regards,

    Sanjeev

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Adam Kunzman
    Posted by Adam Kunzman
    on Jan 11 2013 09:25 AM
    Intellectual265 points

    Daniele,

    Our X3 implementation of the LIghtCommander electronics provides a DLL file from which you can make calls to from Matlab or Labview. This talks our our FPGA, which has its own pattern generation function and timing control. Contact us if you want further info.

    Regards,

    Adam

    Keynote Photonics

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use