How can I switch between two different models? That is, an application runs for some time using blob A, then at some point, it decides to switch to blob B. The crudest method is to reboot. Short of that, there could be some linux command to disconnect and reconnect the USB hosting the OAK? Or within DepthAI perhaps use unlink() and remove() to depopulate the pipeline, and then repopulate and use setBlobPath() with a different model?
I feel like this has already been answered in another thread and I couldn't find it.