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.

CCS/DLP2010EVM-LC: how to import python package to DLP's script?

Part Number: DLP2010EVM-LC

Tool/software: Code Composer Studio

I'm a beginner for both DLP and python(or other languages), I have read programmer's guide but I still confused, and I want to ask:

I want to display videos through DLP2010, and video files are on my PC.  I import cv2 package to DLP's script, but console indicated that there is no module called cv2.

I have installed cv2 package, and I don't know how to make use cv2 package in DLP's software.

Or is there has any method can display videos in PC through DLP2010 ?

Thank you. 

  • Hello Yao,

    Welcome to TI E2E Forums and thanks for showing interest in the DLP technology.

    You can directly display the videos using the external video mode of DLPC3470. 

    Kindly look into "Write Operating Mode Select" and "Write External Video Source Format Select" commands in the Software Programmer's guide for more info.

    Regards,

    Mayank

  • Hello Mayank

    Thank you for your reply.

    I have read these commands, but I still can't understand where to import my video or choose my video.

    Below is my script:

    Summary = WriteExternalVideoSourceFormatSelect (0)
    Summary = WriteInputImageSize ( 320, 320 )
    Summary = WriteOperatingModeSelect (0)

    I'm very sorry that I'm a beginner who has no programmer or DLP experience before. Could you explain more specific?

    Very grateful for your help

    Regards,

    Yao Dong

  • Hello Mayank

    Thank you for your reply.

    I have read these commands, but I still can't understand where to import my video or choose my video.

    Very grateful for your help

    Regards,

    Yao Dong

  • Hello Yao,

    I would recommend looking through the DLP2010EVM-LC user's guide while our team looks more into this. A lot of information can also be found on the ti.com page for the EVM, including the technical documentation. 

    Can you also provide more information on what hardware you are using the connections you are making to the EVM ? Once you have read through the user's guide, if you still have questions, please feel free to let us know.

    Thank you,

    Chris