-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
Hi All!
i have a OakD Pro, POE, and i am unable to make the device manager properly run.
i have the latest depthai installed, (3.2.1) and have pulled the depthai-python repo from here an hour ago.
but i get a error warning on startup, and a crash as soon as i try to see the list of devices.
E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities>python device_manager.py
Exception in E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py, line 926; 'depthai.DeviceInfo' object has no attribute 'getMxId'
Exception in E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py, line 926; 'depthai.DeviceInfo' object has no attribute 'getMxId'
Traceback (most recent call last):
File "E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py", line 1005, in <module>
app.run()
~~~~~~~^^
File "E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py", line 620, in run
selDev = SearchDevice(window=self.window)
File "E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py", line 190, in __init__
self.search_devices()
~~~~~~~~~~~~~~~~~~~^^
File "E:\Workfolder\Vision projects\DepthAi\depthai-python\utilities\device_manager.py", line 200, in search_devices
rows.append([info.getMxId(), info.name, deviceStateTxt(info.state)])
^^^^^^^^^^^^
AttributeError: 'depthai.DeviceInfo' object has no attribute 'getMxId'
Any help is greatly appreciated.
Metadata
Metadata
Assignees
Labels
No labels