Hi,
I'm looking some samples to acquire images from Visual C++ 6.0 and I have some questions.
I see that the "CopyBuffer" variable (at ImaqThread function from LLGrab.dsw proyect) is pointing to the memory direction where image's pixels starts. Well, when I capture color images I see that each pixel has 4 bytes, but I don't know what is the format that it's using.
I would like to know which byte of the pixel matches to R, which byte matches to G, which byte matches to B, and what means the 4th byte.
I would appreciate your answer,
Thanks!!!