cacheTop from vidDevIn

Is it possible to record into a cacheTop from a videodevin similarly to the op Snippets examples with the movie file in? I am using a switchTop and me.time.frame - 1 to index the incoming video, as well as cacheTop set to preFill. a cache select and a slider to scrub through.

Not using the pre-load technique. That technique requires that the upstream node be able to generate the requested data on-demand, which you can’t do with live data. For live data you’ll just need to turn on the Cache and let it fill up as time passes, until it’s cached everything you want.

1 Like