Dear Sir,
I have wrote a AVStream driver for a pc-camera. It has a problem. The
device is described with a capture pin. Amcap can preview and capture
videos. The problem is sometimes amcap preview is nothing, video is
black. I have look into my driver, and my driver transfers image
successfully to upper layer. The data is valid. I also try to capture
a file while the preview window is black. The captured video is fine!
So it looks driver is OK.
My question is why amcap shows nothing? I don't know where is the
problem. Is there any condition that driver feeds images to amcap, but
amcap will not show it on screen?