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
When currently using the Luxonis cameras with the ROS driver, the default sharpness is set quite high and not adjustable. We would prefer that it can be set lower to avoid the current oversharpening artefacts and the amplified image noise.
what
A new parameter sharpness that adjusts the sharpening.
This parameter doesn't have to be dynamic.
We would appreciate seeing this also for Noetic.
how
At first sight: this setting is already available in the C++ API, so it's mostly a matter of exposing it in the ROS driver.
also
If possible, also expose the parameters luma_denoise and chroma_denoise.
The text was updated successfully, but these errors were encountered:
@Serafadam just tested this together with #613, it works great and makes the Luxonis cameras considerably more usable for VSLAM. Thank you for addressing this swiftly. Two nits:
i_set_chroma_denoise works well for the RGB camera, but I'm not sure what it's supposed to do for the mono cameras.
the new parameters don't show up in rqt_reconfigure yet, I assume related to that they aren't yet listed in depthai_ros_driver/cfg/parameters.cfg.
Hi, please check the newest version, params have been changed to runtime. Regarding chroma denoise, I think it applies mostly in the cases where stereo pair is color, like OAK-D SR
why
When currently using the Luxonis cameras with the ROS driver, the default sharpness is set quite high and not adjustable. We would prefer that it can be set lower to avoid the current oversharpening artefacts and the amplified image noise.
what
sharpness
that adjusts the sharpening.how
At first sight: this setting is already available in the C++ API, so it's mostly a matter of exposing it in the ROS driver.
also
If possible, also expose the parameters
luma_denoise
andchroma_denoise
.The text was updated successfully, but these errors were encountered: