Hi, my OAK-D CM4 PoE works fine on my Mac M2 NB,I can see object detection result fine.
howwever while connecting OAK-D CM4 PoE to Win11 OS,while execute python3 rgb_mbilenet.py,I see following error message:
pi@luxonis:~/depthai-python/examples $ cd MobileNet
pi@luxonis:~/depthai-python/examples/MobileNet $ ls
detections.txt human2.py human4.py human5.py humanline.py mono_mobilenet.py rgb_mobilenet.py
human1.py human3.py human4.py.save human6.py human.py rgb_mobilenet_4k.py video_mobilenet.py
pi@luxonis:~/depthai-python/examples/MobileNet $ python3 rgb_mobilenet.py
Unable to init server: Could not connect: Connection refused
(rgb:1012): Gtk-WARNING **: 09:18:49.546: cannot open display:
F: [global] [ 329554] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329555] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329556] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329557] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329557] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329557] [Scheduler00Thr] usbPlatformWrite:1055 Cannot find file descriptor by key: 55
F: [global] [ 329557] [EventRead00Thr] usbPlatformRead:999 Cannot find file descriptor by key: 55
F: [global] [ 329557] [Scheduler00Thr] usbPlatformClose:893 Cannot find USB Handle by key: 55
pi@luxonis:~/depthai-python/examples/MobileNet $
could you please give me some suggesiton. thanks