I'm trying to extract pixel data from individual frames of a QT Movie.
I think I need to use CV, because QTKit and NSImage would be too slow...
I need to compare each pixel of the image in the buffer (CVImageBufferRef) containing the current frame of the webcam (iSight). So I need speed.
Sorry for my bad english language, I'm Italian.