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
Interactive Capture Frame Buffer
Something similar can be implemented in Python using Arnold Render:
http://www.burnhill.se/smaragden/wordpr ... ide-part-1
http://www.burnhill.se/smaragden/wordpr ... ide-part-1
- stratified
- 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
cheers,
Thomas
octane.render.start
call. There are some examples here on the forum that do just that.cheers,
Thomas