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.

DLP4500的使能时间如何缩短

Other Parts Discussed in Thread: DLPC350

我这边需要投射一组21张图配合相机采集后生成点云,然后想要实现实时性效果,但是每次投射一组序列前都需要使能一遍,耗时大概四百多毫秒,这个时间太长了,有没有办法缩短?如果采用序列连续模式,采图顺序可能会出现混乱,所以只能用单次模式。

  • 您好!
    感谢使用TI的DLP产品。
    由于图片损坏,无法知晓内容。请问使能过程是指开始一个序列吗?目前是怎么配置使能的?Validation过程不能省略。
    另外repeat模式下pattern会按顺序显示并循环,不会出现混乱,如果正确采图不应该出现混乱。
    谢谢
  • unsigned int status;
    DLPC350_ValidatePatLutData(&status);
    DLPC350_PatternDisplay(2);

    图片中是这三行代码。主要是“DLPC350_ValidatePatLutData(&status);”这一句耗时比较久。
  • 您好!

    (I 2C: 0x7D) (USB: CMD2: 0x1A, CMD3: 0x1A)

    The Validate Data command checks the programmed pattern display modes and indicates any invalid settings. 

    开始显示前需要先使用该命令验证pattern配置是否有错误,并不能够省略。

    建议尝试在repeat模式下调试,查找混乱的原因。

    谢谢