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.

DLP4710EVM-LC: External Patterns Streaming 模式下如何确保Pattern正确投影?

Part Number: DLP4710EVM-LC

我们的目标是希望DLP可以按照给定的顺序将一组图片进行投影,目前采用的方式是使用PyOpenGL+Pygame,基本思路参考了

lab-perception.org/.../,主要是:

1. for循环读取所有的图片,读取结束后

2. 调用glTexImage2D函数

3. 调用flip函数

实际使用中发现似乎是因为PC渲染速度不够快,在180Hz或1440Hz下出现相邻两帧投影图案重复的问题。请问该DLP是否有API可以实现上述功能或者解决这个问题?