Hi i am creating a sample application using DirectX.
I am following a sample application here:http://www.codeproject.com/KB/directx/directxcapture.aspx
Can anybody suggest where do we get frames???
i cant understand the sample its working but how???
when i click on Start a file is created with zero bytes
when i press Stop some bytes are written to this file.
but where do we get frames and bytes array?
I need to fetch them for conversion.
I am trying to debug but cant get.
Can anybody provide some idea or help
thanks in advance.
Finally i got it to work
now i am able to obtain yuv data and store the contents in an avi file.
I followed this:
http://www.codeproject.com/KB/directx/directxcapture.aspx