Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Library and utilities for working with ifm pmd-based 3D ToF Perception devices. Compatible with the O3R, O3D and O3X platforms.
This library is available in Python, C++, and has wrappers for ROS and ROS2.
C++ API Reference
Python API Reference
Comprehensive documentation is available on ifm3d.com.
3D cloud | Distance | RGB |
---|---|---|
⚠️ Note that the main
branch is generally in a work in progress state and you probably want to use a
tagged release version for production.
⚠️ Note that O3D and O3X support is currently experimental- Use at your own risk!.
For a full compatibility matrix between the ifm3d library, the O3R firmware and the Vision Assistant GUI, please refer to the compatibility matrix on ifm3d.com.
ifm3d is a C++ based library, with a Python wrapper mirroring the available features. We support the following versions of these two languages:
Name | Versions |
---|---|
Python | 3.8, 3.9, 3.10, 3.11 |
C++ | GCC 7.5+, MSVC 2019+ |
The ifm3d software is organized into modules, they are:
Module name | Description |
---|---|
device | Provides an implementation of the XMLRPC protocol for configuring the camera and pmd imager settings. |
framegrabber | Provides an implementation of the PCIC protocol for streaming pixel data and triggered image acquisition. |
swupdater | Provides utilities for managing the SWUpdate subsystem of the camera. |
pcicclient | Direct access to PCIC to, for example, actuate digital IO. |
tools | Provides the ifm3d command line tool for manipulating and introspecting the hardware interactively. It is also suitable for usage within shell scripts to, for example, manage fleets of cameras. |
pybind11 | Provides Python bindings through pybind11 to the native C++ API. Supports all general camera functionality as well as a zero-copy interface to image data, exposed as NumPy arrays. |
deserialize | Provides definitions and functions for deserializing structs sent over PCIC. |
Please refer to the corresponding section on ifm3d.com.
Docker containers are available for the ifm3d library, both on GHCR and on the dockerhub. You can pull them with:
docker pull ghcr.io/ifm/ifm3d:stable
OR
docker pull ifmrobotics/ifm3d:stable
Note that we provide 2 tags, stable always points to the latest tagged version, and latest is built nightly with the latest changes on the main branch. The latest tag is typically a work in progress.
For more details on the available containers, see here.
For more details on docker and the O3R platform see here.
Please see the GitHub Issue Tracker, or contact support.robotics@ifm.com
.
Please see the LICENSE file.
FAQs
Library for working with ifm pmd-based 3D ToF Cameras
We found that ifm3dpy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.