I am trying to power my Oak pro PoE. I tried to run the depthai viewer. It shows the camera but doesn' t actually connect.
I am using a netgear switch with an AT&T hotspot using an ethernet cord connected to the switch.
Here is the error code I"m getting:
$python -m depthai_viewer
Backend started successfully.
[2024-06-18T19:53:06Z INFO ewebsock::native_tungstenite] WebSocket handshake has been successfully completed
[2024-06-18T19:53:06Z INFO re_viewer::depthai::ws] Websocket opened
Selecting device: 18443010E1AB630F00
Failed to select device: Couldn't get bootloader version
[2024-06-18T20:03:18Z ERROR re_viewer::depthai::depthai] Error: Couldn't get bootloader version, Try to connect the device to a different port.
Selecting device: 18443010E1AB630F00
Failed to select device: Couldn't get bootloader version
[2024-06-18T20:06:59Z ERROR re_viewer::depthai::depthai] Error: Couldn't get bootloader version, Try to connect the device to a different port.
connection handler failed
Traceback (most recent call last):
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/venv-0.2.2/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 974, in transfer_data
await asyncio.shield(self._put_message_waiter)
asyncio.exceptions.CancelledError
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/venv-0.2.2/lib/python3.10/site-packages/websockets/legacy/server.py", line 236, in handler
await self.ws_handler(self)
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/_backend/config_api.py", line 116, in ws_api
await send_message(
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/_backend/config_api.py", line 65, in send_message
await websocket.send(message.json())
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/venv-0.2.2/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 635, in send
await self.ensure_open()
File "/home/teri/cowEnv/lib/python3.10/site-packages/depthai_viewer/venv-0.2.2/lib/python3.10/site-packages/websockets/legacy/protocol.py", line 948, in ensure_open
raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: sent 1011 (internal error) keepalive ping timeout; no close frame received
[2024-06-18T20:07:00Z INFO ewebsock::native_tungstenite] WebSocket handshake has been successfully completed
[2024-06-18T20:07:00Z INFO re_viewer::depthai::ws] Websocket opened
C(cowEnv) teri@teri-Latitude-5420:~/Desktop/cattlev8/depthai-python/e