When trying to run the depthai viewer, I'm able to select my device (oak-d pro PoE camera) but the windows are all solid colors and I get this error in the terminal:
ValueError: Unable to avoid copy while creating an array as requested.
If using `np.array(obj, copy=False)` replace it with `np.asarray(obj)` to allow a copy when needed (no behavior change in NumPy 1.x).
For more details, see https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword.
What do I do with this?
Thanks
EDIT: solved, just saw the new version release in GitHub