This Technote is very helpful, but I fail when trying to create the
suggested PixelBuffer with
err = CVPixelBufferCreate(NULL, width, height, k8IndexedGrayPixelFormat, nil, &tmpPixBuf);
the undocumented error is err==-6680.
But only when I use k8IndexedGrayPixelFormat (and that is what I need).
It does work with k32ARGBPixelFormat.
Any idea what could be going wrong?
Greetings
Christoph
Pierre-Olivier Latour schrieb:
>> I've written an iTunes Quarz Composition Player, that besides other
>> data includes images for spectrum and the sound wave.
>>
>> How can I create Images that are given to an Input of an composition,
>> without wasting so much CPU?
>
> You will wanna read this technote
> http://developer.apple.com/technotes/tn2005/tn2143.html
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden
This email sent to email@hidden