luxonis / esp32-spi-message-demo

ESP32 reference app for interfacing with DepthAI over SPI
MIT License
31 stars 9 forks source link

sync problem #25

Open bobbybrownieu opened 1 year ago

bobbybrownieu commented 1 year ago

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.

Erol444 commented 1 year ago

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