esp32-spi-message-demo icon indicating copy to clipboard operation
esp32-spi-message-demo copied to clipboard

sync problem

Open bobbybrownieu opened this issue 3 years ago • 1 comments

if I run two-stage inference on the MX, How can I make Frames, object detections, and recognition results are all synced on the esp32 board side? I can't find a demo for this requirement.

bobbybrownieu avatar Oct 08 '22 05:10 bobbybrownieu

Hi @bobbybrownieu , I'd sugget checking how it's done at https://github.com/luxonis/depthai-experiments/tree/master/gen2-syncing and replicating the logic (syncing via sequence number). Please also note that ESP32/OAK-IOT line are community support only. Thanks, Erik

Erol444 avatar Oct 09 '22 23:10 Erol444