julian Hey Team, Is there any way of serialising data based on a protobuf schema inside a depthai script node? This link https://docs.luxonis.com/projects/api/en/latest/components/nodes/script/#available-modules-and-libraries doesn't look like it includes protobuf as a library, but is there any way of making this work? FYI I plan on then sending this data over a SPI node. Thanks! Julian
jakaskerl Hi julian You could serialize the data host side and then send it to the script node. Thoughts? Jaka
julian This is running in standalone mode so that workaround unfortunately won’t help me. Do you know if there would be another way on the device itself?
jakaskerl Hi julian If you manage to port the library to a python file (like the paho mqtt port), yes. But this would take a lot of work and time. Thanks, Jaka