How to configure ODS
A basic JSON
The configuration example uses the following JSON
for a simple configuration. This configuration expects at least one Head (3D imager) at port 2
.
Note
port6
is always part of the “ports” configuration. It refers to the IMU
and is needed for the ODS algorithm to work properly.
The configuration example
Tip
Resetting the application If issues with the receiving of data or changing the configuration occur, an reset of the application could solve these issues.
from ifm3dpy.device import O3R
o3r = O3R()
o3r.reset("/applications")