UGen300 USB (Hailo-10H) on Raspberry Pi 5: hailortcli scan works, but Python Device() returns HAILO_NOT_SUPPORTED (79)

  1. h/w:Pi 5,UGen300 USB。

  2. system:Raspberry Pi OS。

  3. HailoRT version:5.3.0。

  4. hailortcli scan :Hailo Devices:
    [-] Device: usb/002:003

  5. python: from hailo_platform import Device

    device_path = “usb/002:003”

    print(f"Trying to create Device for: {device_path}")

    device = Device(device_id=device_path)

    print(“Created Device:”, device)

    确认设备信息

    info = device.info()
    print(“Device info:”, info)