Reply to thread

Yes, IAMStreamConfig is very complicated as compared to the older way. I have added the put_TVFormat in RunGraph() and it is successfully setting the capture device to PAL. Thanks again :D 


Now I have 2 more problems:


1) The window doesnt seem to be correct; more precisely the height seems be incorrect as the picture is truncated towards the bottom. Using GetFrameSize() returns a size of 720x576. This looks ok, yet the picture problem is there. What else could be the problem?


2) I am getting no sound. Do I have to make a call to some other function other than set_TVFormat?


Top Bottom