Re: [Pythonmac-SIG] Issue with QTKit + CoreVideo usage

2011-07-28 Thread Ronald Oussoren
On 28 Jul, 2011, at 18:17, Damiano ALBANI wrote: > Hello, > > In the context of prototyping a GStreamer plugin, I'm trying to use the QTKit > API in Python to capture from a video source. > On the overall, it works, I can grab frames and save them as files for > instance. > Now, I'd like to ac

[Pythonmac-SIG] Issue with QTKit + CoreVideo usage

2011-07-28 Thread Damiano ALBANI
Hello, In the context of prototyping a GStreamer plugin, I'm trying to use the QTKit API in Python to capture from a video source. On the overall, it works, I can grab frames and save them as files for instance. Now, I'd like to access low-level frame data but I didn't managed to do it in Python.