Page 1 of 1

Interactive Capture Frame Buffer

Posted: Wed Oct 29, 2014 6:13 pm
by palhano
Hello,

Assuming that Octane Standalone is rendering a scene in background.
Is there some way for a lua script to interactively capture the results of the frame buffer and send it to another server?
The idea is to connect to some other software see link below or even to present the result on web page.

http://vimeo.com/36909707

Re: Interactive Capture Frame Buffer

Posted: Thu Oct 30, 2014 4:55 pm
by palhano
Something similar can be implemented in Python using Arnold Render:

http://www.burnhill.se/smaragden/wordpr ... ide-part-1

Re: Interactive Capture Frame Buffer

Posted: Sat Dec 06, 2014 9:55 pm
by stratified
Sorry for the late reply. You can get intermediate render results by hooking up a render callback to octane.render.start call. There are some examples here on the forum that do just that.

cheers,
Thomas