Hey there,
maybe I just didn't found it, but is there a documentation part for the on device programming available?
Script node documentation
Hi SpaceBroetchen
Do you mean custom programming, besides the nodes?
If so, docs available here: https://docs.luxonis.com/en/latest/pages/tutorials/on-device-programming/
Thanks for the reply, yes I mean the Script nodes.
There are a few examples, but not a documentation or anything like that.
What are the functions and attributes of the node object? What can I do with them? Or how much do I need to calculate on the host? Is there an API for the node configs or do I need to fill the Buffers by myself?
And yes I could read all the functions and log them in the console, but isn't there an easier way?
Hi SpaceBroetchen ,
Script node docs here: https://docs.luxonis.com/projects/api/en/latest/components/nodes/script/, where you can find a bunch of example scripts as well. Functions/attributes are described there.
Or how much do I need to calculate on the host?
Could you elaborate?
do I need to fill the Buffers by myself?
Yes, 2 way communication between script node and host is available there.
but isn't there an easier way?
Docs - docs are the easier way