想实现dm368+tvp5146在两个摄像头间高速切换,现在用i2C控制TVP5146两路切换但是不稳定,不知道有没有什么办法,求教。谢谢。
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.
想实现dm368+tvp5146在两个摄像头间高速切换,现在用i2C控制TVP5146两路切换但是不稳定,不知道有没有什么办法,求教。谢谢。
捕获第一个摄像头的图像放到capbuffer,处理这个buffer。然后切换到第二个摄像头,捕获第二个摄像头的图像放到capbuffer,再处理buffer。一直循环。
可能是切换的太快,有时候buffer的数据是不对的。