We are working on one UVC driver to stream mjpeg to host applications. We are using simple two bytes uvc frame header without any pts/scr value added to it. code works fine with all the linux based uvc host applications. but for windows based uvc host application lot of frame drops are happening.
I was wondering if anyone has seen this kind of behavior earlier. I am suspecting PTS/SCR value missing in header for frame synchronization.
If that is the case can anyone please give me one simple example how to calculate pts/scr value in host clock frequency units.
any kind of help appreciated.