Open chengguizi opened 1 year ago
@Erol444 Is there any update on this yet? Our use of monochrome AR0234 is hindered by this quite a bit.
I also tried to explore the new Camera Node. But I didn't see a way to set it to process monochrome sensor yet. It seems always operating in color sensor mode.
@alex-luxonis do you think there's a camera tuning problem happening here?
@Erol444 any updates yet?
@chengguizi Sorry for the delay here... These appear to be a workaround:
cam[c].initialControl.setLumaDenoise(0)
cam[c].initialControl.setSharpness(0)
I added those at pipeline build step in depthai-python/utilities/cam_test.py
and tested with an AR0234 color camera, configured to mono: python3 utilities/cam_test.py -cams rgb,m
It's also possible to experiment changing the values at runtime with the keys:
0
to select sharpness
control[
to select luma denoise
control]
to select chroma denoise
control (not applicable to MonoCamera)and adjusting the values with -
/_
and +
/=
Could you check if this is an acceptable workaround for you. We're also looking to add a proper fix.
@alex-luxonis It works!
Actually seems setLumaDenoise(0)
already fix the issue. This might be a good enough workaround :)
Look forward for a proper fix.
@alex-luxonis I have tested on the latest depthai-core release 2.23. The blue still existing without the workaround. May I know if there is a proper fix being worked on still? Thanks!
Describe the bug Regardless of the AR0234 physical sensor is color or monochrome, when I use
MonoCamera
, there is a strange circle of blurryness. Could you try and reproduce on your end?Minimal Reproducible Example With a OAK-D-LR plugged in run
Expected behavior No artifacts at the circular outer area
Screenshots
Running the code on a monochrome AR0234