I'm testing an OAK-1-Lite on windows with the DepthAI. Got it working over UVC, it's a great bit of kit...nice job!
I need a device that can be used for CCTV, but protecting a persons PII, so i need to blur faces on the device. I also need to run it without a host, so need a standalone solution, ideally with WiFi. I see that the IOT range is now EOL, so that leaves just the PoE range to play with, but this doesn't have WiFi from what i can see.
Q: Are they any devices current or future that support WiFi, or are you engineering that out?
Q: Would the below goal be possible?
Goal:
1: Flash device so it runs in standalone mode
https://docs.luxonis.com/projects/api/en/latest/tutorials/standalone_mode/
2: Configure IP
3: Load gen2 Face Blur model onto device
https://github.com/luxonis/depthai-experiments/tree/master/gen2-blur-faces
4: Setup RTSP streaming, "burning in" the face blur to the video output feed.
https://github.com/luxonis/depthai-experiments/tree/master/gen2-rtsp-streaming
Additional:
Can the OAK devices handle 2 concurrent streams? 1 clean and 1 dirty (face blur on)?
Over time, we'd add more local models, like face mask etc, but for now, privacy is the main concern to get up and running.
Thanks, Simon