- Edited
Hi there,
I'm a little unclear on the standalone of the ESP32-enabled devices and I'm hoping someone here can help me out!
With a device like the OAK-D-IoT-75: do I understand correctly that I can connect this thing to a local Wifi network and stream the video output of my DNN over wifi to a host without any other device connected to the camera? Meaning the camera is only powered over USB?
If so, since there is no host device connected locally I can only rely on the video processing enabled by the depthai library I guess, so I don't understand: if I output frames of segmentation maps (numpy arrays I guess) locally can I overlay these frames with the "image frame"-stream from the camera locally before transmitting over ESP32 or do I need to transmit two bit streams of data (image_frame and DNN_output_frame) and recombine on the host at the other end of the WiFi network?
Thanks!