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.
See the code in the question how to convert a CVImageBufferRef to UIImage, which is a bigger question but covers the same ground. Here's the base code you'd need (from the OP of that question):
Be sure to read the accepted answer for a fuller explanation of the data format.