O3X120 ROS api parameters #450
Replies: 4 comments
-
For example, if I would like to operate the camera in upTo02m_low mode, how should set it in the toJSONStr file? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I do not have an O3X at hand, have you tried: {
"ifm3d": {
"Apps": [
{
"Imager": {
"Type": "upTo30m_moderate"
}
}
]
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @graugans. I tested to set the above schema via ifm3d api with O3X120 and the Type was set to the desired 'upTo02m_low' but with warnings. $ echo {} | jq '.ifm3d.Apps[0].Imager.Type="upTo02m_low"' | ifm3d config
2024-06-25 10:04:16 WARN [../modules/device/src/libifm3d_device/legacy_device.cpp:485] Skipping SpatialFilter, null value -- should be string!
2024-06-25 10:04:16 WARN [../modules/device/src/libifm3d_device/legacy_device.cpp:485] Skipping TemporalFilter, null value -- should be string!
2024-06-25 10:04:16 WARN [../modules/device/src/libifm3d_device/legacy_device.cpp:485] Skipping TemporalFilterType, null value -- should be string! |
Beta Was this translation helpful? Give feedback.
0 replies
-
problem solved,thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to set the Image setting type via ROS JSON file?
Beta Was this translation helpful? Give feedback.
All reactions