Hi,

We are using OAK-D-PoE model now. And we hope to work it as a Standalone mode.
We also use below example now. But here is some issue. using the Script can not draw its bounding-box for detected objects.
https://github.com/luxonis/depthai-python/blob/main/examples/Script/script_http_server.py

Again, basically, we hope to make the firmware which can make OAK-D-PoE working as a standlone mode and , at the same time, drawing bounding-box if the object is detected without the help from host device. So every client as a peer to peer connection can get its vidoe with detected object.

is it possible?? I hope to get your hep about it.

Best regards,
Ryan.

  • erik replied to this.

    Hi RyanLee , that currently isn't possible, but will be with Series 3 OAK cameras. Until then I suggest streaming both video frames (optionally encoded) and separately a stream of detections (boudning boxes), so each client can then use these detections, and also draw them on the frames if needed. Thoughts?
    Thanks, Erik

    Hi EriK,

    Are there any sample for it? is it WebRTC you mean?

    Best regards,
    Ryan.

    • erik replied to this.

      Thanks EriK. We will try and come back to you if there is any more questions.

      Best regards,
      Ryan.