ISF for recording / playback video from camera (aka Video Sampler)

Hello all

Is anyone aware of an ISF effect for recording and playback of video from a live source (i.e. a camera)?

I'm looking for an ISF effect that takes camera input and records the video frames on the GPU, and then allows controllable (speed, direction, ...) playback from those frames.

Thanks in advance for any suggestions.


Ali

Comments

  • Hello @Batchku,

    ISF can have a maximum of 15 frames of buffering. So it's not suitable for sampling, sorry.

    Best. Philippe

  • For anyone else trying to do something like this, I created a lightweight but highly optimized C++ application in OpenFrameworks that can record/playback an arbitrary number of layers of video loops, all GPU based, and stream those loops out over Syphon for another application (Millumin) to grab and present. It includes OSC input for both controlling the recording/playback and passing OSC over to Millumin to scale/opacity/position/...



  • Thank you for this project Ali !

  • Hi  @Batchku,

    This app of yours is very interesting and I would love to try it! However I'm unable to open it. I dowloaded the zip from github, and tried to open the file from bin, but it says the app is damaged. I tried to remove gatekeeper etc.. but still no luck. Does it need xcode or OF to work? Or could you give some instructions for dummies, how to open/install it.. Thank you!!

Sign In or Register to comment.