Hi @Danka
The SDK works through callbacks.
def cb(packet):
# do sth with that packet
oak.visualize(nn, fps=True, callback=cb)
Examples: https://docs.luxonis.com/projects/sdk/en/latest/fundamentals/packets/
Thanks,
Jaka
Hi @Danka
The SDK works through callbacks.
def cb(packet):
# do sth with that packet
oak.visualize(nn, fps=True, callback=cb)
Examples: https://docs.luxonis.com/projects/sdk/en/latest/fundamentals/packets/
Thanks,
Jaka
Hi @Danka
Did you try through the SDK route?
https://docs.luxonis.com/projects/sdk/en/latest/samples/NNComponent/sdk_roboflow_integration/
Thanks,
Jaka