You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am using multiple OAK-D cameras (2 OAK-D Pro W PoEs and 1 OAK-D Long Range) all connected to my computer through a POE switch. When I boot up depthai-viewer, it will select one of the cameras to view. If I go to the camera selection menu, I can succesfully select a different camera to view, however, the one that was initially selected will no longer appear in the drop-down menu until the viewer is rebooted.
To Reproduce
Steps to reproduce the behavior:
Connect multiple cameras to your computer through a POE switch.
Load up depthai-viewer
In the device settings tab, go to the camera select menu
Select a different camera, wait for the pipeline to update
In the device settings tab, go again to the camera select menu
Observe that your original camera is not listed
Expected behavior
I would expect that the initally selected camera apears in the drop down menu
Desktop (please complete the following information):
OS: Linux 22.04.5
The text was updated successfully, but these errors were encountered:
Hey @TristanHodgins
New cameras are only queried when no device is selected (because there would be some stuttering happening every two seconds if we were to query the devices (even in a thread)).
A scan for new devices will happen continuously only when "No device" is selected.
I agree that the behavior is not what a user would expect. Any fixes welcome ;) but for now we won't fix it
Describe the bug
I am using multiple OAK-D cameras (2 OAK-D Pro W PoEs and 1 OAK-D Long Range) all connected to my computer through a POE switch. When I boot up depthai-viewer, it will select one of the cameras to view. If I go to the camera selection menu, I can succesfully select a different camera to view, however, the one that was initially selected will no longer appear in the drop-down menu until the viewer is rebooted.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect that the initally selected camera apears in the drop down menu
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: