yeo Hello, Is it possible to stream detected images with POE standalone? For poe streaming, I tried standalone through the example. I've done a lot of searching, but I can't seem to find a suitable solution. Please help me thank you
erik Hi yeo , Yes it's possible, please see docs here: https://docs.luxonis.com/projects/api/en/latest/tutorials/standalone_mode/ Thanks, Erik
yeo erik I have already completed the standalone test. But I'm curious how to box the detected data into the streaming image frame. In addition, how can I use other communication libraries in script ex) mqtt ,ws etc.. Thanks
erik Hi yeo , Really depends on protocols used. If tcp (demo here), you could just stream metadata separately, or have a different socket opened for metadata specifically. If http, you could set metadata via header. Those aren't supported via Script node. Please see full list here. Thanks, Erik