jmalberdi
June 21, 2011, 16:32:06
Hello I've a new question about the grabbers. This time it is about MV Image File Renderer.
I'm writing with the VS 2005 C#
Code:
case MV_IMAGE_CAPTURE_END_EVENT:
{
int width, height, bpp, size, pData;
m_ImageGrabberList[i].GetCurrentBitmap(out width, out height, out bpp, out size, out pData);
}
break;
I put a breakpoint and watch these variables and I can see the correct width, height, bitsperpixel and size, but the pointer to the data is always zero.
What can I do?
Thanks for your time!
I'm writing with the VS 2005 C#
Code:
case MV_IMAGE_CAPTURE_END_EVENT:
{
int width, height, bpp, size, pData;
m_ImageGrabberList[i].GetCurrentBitmap(out width, out height, out bpp, out size, out pData);
}
break;
I put a breakpoint and watch these variables and I can see the correct width, height, bitsperpixel and size, but the pointer to the data is always zero.
What can I do?
Thanks for your time!