You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I noticed that decimation filter did not seem to be working. When I looked closer, no filters work atm on v2-main.
It appears there is a typo (
@john-maidbot After our debugging, we found that the problem you described does exist. The modification you described is correct. Thank you for your feedback during use. We will fix this error in the next version update.
Hello,
At first I noticed that decimation filter did not seem to be working. When I looked closer, no filters work atm on v2-main.
It appears there is a typo (
OrbbecSDK_ROS2/orbbec_camera/src/ob_camera_node.cpp
Line 474 in 0b04749
OS:
Ubuntu 22.04
Model:
Gemini 335
Software:
OrbbecSDK_ROS2, v2-main branch
Node parameters checked at runtime:
decimation_filter_scale_: 2
enable_decimation_filter: true
depth_camera_info_qos: default
depth_format: ANY
depth_fps: 10
depth_height: 480
depth_registration: false
depth_width: 640
enable_depth: true
enable_depth_scale: true
Expectation:
The published depth image should be 320 x 240 (i.e. 640 / 2 x 480 / 2)
Actual behavior:
I can make a PR if that would be helpful?
Thank you for your time.
The text was updated successfully, but these errors were encountered: