can you give a sample code ?
I try IPin.EnumMediaTypes(mediatypes);
get a list of media types then setmedia(mediatype) but not seem to work.
I'm just a beginer in directshow, dont know anything about ds
Im graphedit, I see that my webcam can only output RGB24, but the code sample graper want RGB32 so the colorspaceconverter filter auto add up
after colorspaceconverter addup I check output pin only resolution of 320x240 available, other resolutions gone.
thanks,