Hey there,
maybe I just didn't found it, but is there a documentation part for the on device programming available?

  • erik replied to this.

    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?

    • erik replied to this.

      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 🙂