-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature-Request] expose sharpness setting in the ROS driver #614
Comments
Hi, please check this branch to see if this implementation works for your case. You can find the new parameters here |
@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:
|
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 |
Tested, the dynamic parameters work well. For evaluating denoise and sharpening settings it's quite useful. (I now notice I didn't ask for dynamic parameters, so normal that I didn't see them in rqt_reconfigure 🙈) Concerning the allowable range, in the Luxonis API doc mentions that the range for |
Hi, thanks for noticing, the ranges should be updated in the latest commit |
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: