Interactive Capture Frame Buffer

Forum for OctaneRender Lua scripting examples, discussion and support.
Post Reply
palhano
Licensed Customer
Posts: 21
Joined: Sat Apr 10, 2010 7:24 pm

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
Last edited by palhano on Thu Oct 30, 2014 4:57 pm, edited 1 time in total.
palhano
Licensed Customer
Posts: 21
Joined: Sat Apr 10, 2010 7:24 pm

Something similar can be implemented in Python using Arnold Render:

http://www.burnhill.se/smaragden/wordpr ... ide-part-1
User avatar
stratified
OctaneRender Team
Posts: 945
Joined: Wed Aug 15, 2012 6:32 am
Location: Auckland, New Zealand

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
Post Reply

Return to “Lua Scripting”