Hello,
I have a strange issue with dm365. When streaming a video I'm sometimes getting a buffer which should be dequeued 2 or 3 frames ago. It leads to jerking in a stream as we seen the scene changes in wrong order. I think I have seen two types of error
- getting some buffer twice, eg. sequence 1 2 3 4 5 6 7 5 8 9
- getting the wrong order of buffers, eg. 1 2 4 5 3 6 7 8
I'm not sure what can be causing this. Did someone already met such behavior?
I'm using kernel in version 2.6.37 (with media controller framework) from the newest psp and the image pipe is cmos sensor -> ccdc -> previewer -> resizer in continuous mode.
regards
Jan