New to this game, so silly questions are gonna be plentiful…
My use case is that the OAK-D camera captures image pairs and pipes those raw images somewhere else for later processing. It seems like the depthai library (python) has all the knobs I'll need to end up with the depth data I'm after (as opposed to just feeding those image pairs to the opencv methods, like in this example: https://docs.opencv.org/4.x/dd/d53/tutorial_py_depthmap.html)
Is this a valid use case to use the depthai library for computing depth information for image pairs (without an OAK-D device in the loop)?
Would I be better off building out my tooling in OpenCV?