Search found 3 matches

by 8bitoak
Sun Aug 05, 2018 12:02
Forum: Developers Developers Developers
Topic: Stream frames from Python OpenCV to Resolume?
Replies: 8
Views: 23103

Re: Stream frames from Python OpenCV to Resolume?

Spout is based on your GPU, there is no compression its just a framework to share textures between programs that have been rendered on the GPU. It significantly more efficient because you're taking a rendered texture and sharing it, not compressing it after rendering. Which ndi does because its cre...
by 8bitoak
Sat Aug 04, 2018 00:31
Forum: Developers Developers Developers
Topic: Stream frames from Python OpenCV to Resolume?
Replies: 8
Views: 23103

Re: Stream frames from Python OpenCV to Resolume?

Really??? Thats awesome!
Does this spout requires the 'NDI newTek' module?
Because my processor does not work with the NDI...(old instruction set..no ssse3)

Do you know some example of using the spout lib for python?

Thanks a lot
by 8bitoak
Fri Aug 03, 2018 09:28
Forum: Developers Developers Developers
Topic: Stream frames from Python OpenCV to Resolume?
Replies: 8
Views: 23103

Stream frames from Python OpenCV to Resolume?

Dear experts, I will be happy to get your help, I want to stream a video from Python code that is doing some OpenCV stuff (Tracking object movement) but I need the video to get into the Resolume as a source. Is there anyone tried this before? Maybe there's an other way such some video router to inst...