Please someone help me with this one.
I'm running DirectShow on Windows Mobile 2005. While my code runs fine
on many devices, I just tried it on the HTC Mteor which we got today.
Enumerating the video modes lists two modes available:
320x240 YUV12 15fps and 160x120 YUV12 15fps.
While the 160x120 mode works as expected, I have problems with the
320x240 mode, because the image in there is 160x120 too.
IMediaSample::GetSize() returns 115200 (which corresponds to
320x240y12bits), but the image in the pixel buffer is only 160x120
pixels large (the rest of the buffer is just unused...)!
Any ideas on what could be going wrong here?
thanks a lot,
Daniel