Skip navigation.
 
mlDisplaying real-time video in cocoa app
FROM : Juan Pablo Pertierra
DATE : Sat Apr 09 21:56:19 2005

Hello,

I have a cocoa application which already displays pre-recorded video
using quicktime.  I would also like to have it be able to display
real-time video in a box in the main application window.  Basically I
already have application code that receives the video data in real
time, and I have RGB values for it.  I would like to have, say, a frame
buffer such that I just update the data to the buffer and call a
refresh function.  If I need to skip some frames that's fine, i just
need some sort of real-time feedback.  I think this sounds like Quartz,
but i'm not sure, if anyone can guide me in the right direction i'd
appreciate it.  I'm pretty sure quicktime is not designed to do this in
real-time?

Thanks,
Juan

Related mailsAuthorDate
mlDisplaying real-time video in cocoa app Juan Pablo Pertier… Apr 9, 21:56
mlRe: Displaying real-time video in cocoa app Stéphane Sudre Apr 9, 22:03