[jitter] Re: Total newbie question
(())_n
kinomatic at gmail.com
Sun Mar 9 16:23:16 MDT 2008
- Previous message: [jitter] Re: Total newbie question
- Next message: [jitter] Total newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
hey rob I was trying to read pictures on the fly into jitter last year and whenever I read/asynchread/importmovie in jit.qt.player/jit.matrix/ jit.gl.texture the processing/display for jitter would stop for a second during the read. I ended up having to compile all the pictures into a movie file and just read that once. So I don't think your method would work, but if it did somehow it would be freakin' great! (())_n On Mar 8, 2008, at 12:07 PM, Robert Ramirez wrote: > perhaps it would work to just write still frames to disk, and then > read them back at whatever rate you need. i guess it depends on how > quickly your computer can write to disk and read back from disk one > frame of video, but seems very possible it could work. > > look at jit.qt.grab, jit.qt.record and jit.qt.movie. > you're going to have to start with the jitter tutorials of course. > no way you can just jump into a project like this. > > good luck. post your progress along the way and people will be able > to offer you specific advice.
- Previous message: [jitter] Re: Total newbie question
- Next message: [jitter] Total newbie question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
