hi, thank you for your answer...i fixed the mistake with the parameter of imaqWritePNGFile2()
do
{
imgSessionStatus (sid, &acqInProgress, &bufNum);
}
while(acqInProgress);
imaqWritePNGFile2(images[1], fileName, 750, NULL, FALSE);
now i'm passing an image from the original array, but i still get the same black png-file...
best regards,
malte