Skip to content

device manager not working #1115

@MasIgor

Description

@MasIgor

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.

Image
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions