[ANSWERED] Runway ML
-
Hi
I'v been using Runway Ml recently , it's really kind of mind blowing .
At first I was drawn to the video side , but then noticed there are assorts of different applications for the app . Aside from the amazingly quick rotascoping for video alpha channel stuff , there's also the ML that has all these pre made models of GAN's and things like PoseNet for image analysis .
I've only started tinkering , but know there's a load of options for networking data transfer possibilities such as Http , socket.oi ,OSC!! and javascript. On Runway Github there are a Unity and Processing example setups .
If anyone has any experience or has managed to implement the osc into izzy ,could you let me know ?
In the meantime I'll keep plugging away at it, like a monkey at a typewriter ! I wish I had paid more attention in my coding classes
enjoy!
and its free to register
-
At this time Isadora doesn't have a native method of communicating with these SDK's. Javascript inside Isadora doesn't include the DOM or NodeJS (which is what their SDK is designed for).
The API itself may allow for some communication via the Get/Post URL Text actor (new in Isadora 3.2), or via the TCP-IP actors if needed.
For full access you may need a dedicated program (NodeJS or Processing since they have SDKs) that can handle the communication and share content/control with Isadora via Spout/Syphon + OSC. -
@dusx thanks for info! I’ll just crack on with the content creation side of it .