Hello Yang,
Thank you, the demo project runs fine, but in black and white.
How can i switch from b&w to full color? And the other issue: is there a way to bypass the 60 FPS limit?
I've also tried : IMG_RAW8 IMG_RGB24
setImageFormat(width, height, 1, IMG_RAW16)
Tried different IPL_DEPTH
pRgb = cvCreateImage(cvSize(getWidth(), getHeight()), IPL_DEPTH_16U, 1);
getImageData((BYTE*)pRgb->imageData, pRgb->imageSize, 20);
Thank you.