I developed USBCAMD minidriver for the PC camera device.
Sometimes, the frame data may contain invalid data and should be dropped.
The minidriver sets USBCAMD_PROCESSPACKETEX_DropFrame in packet flag.
USBCAMD library will then complete the read data Srb with zero length.
However, the bad frame is still displayed by amcap program (SDK sample
code).
Is it the problem of AP or capture driver?
What should I do to really drop the invalid frame so that the video play
smoothly?
Best Regards
Jackal Huang