ifm / ifm3d

Library and Utilities for working with ifm pmd-based 3D ToF Cameras
https://api.ifm3d.com
Apache License 2.0
106 stars 69 forks source link

[Known issue] Cannot access diagnostic on port 50009 with ifm3d 1.4.1 #421

Closed lola-masson closed 8 months ago

lola-masson commented 10 months ago

This is a known issue with ifm3d version 1.4.1:

>>> from ifm3dpy.framegrabber import FrameGrabber
>>> fg_diag = FrameGrabber(o3r, 50009)
2023-09-11 19:46:22 ERROR [../modules/framegrabber/src/libifm3d_framegrabber/frame_grabber_impl.hpp:240] The device's PCIC port does not match any compatible organizers
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ifm3dpy.device.Error: Lib: The device's PCIC port does not match any compatible organizers

This issue will be solved with ifm3d v1.4.2.

github-actions[bot] commented 9 months ago

This issue is stale because it has been open for 30 days with no activity.