Hello!

We are using the Oak-D Pro Wide PoE to count objects inside trucks. So we installed the camera on a metal struture, point the camera to the ground and the trucks pass by the metal gate. Sometimes the operation goes until night, so we put lights on the gate so we can see it.
The problem is, due to the difference on fps of the camera and the frequency of the light we experience camera flicker (like the video below)

Is there any algorithm on Oak documentation that can help with that? Improve the fps until 60 is impossible, the camera almost don't keep at 10.

ThiagoPiovesan
Try setting the anti-banding mode:

cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.MAINS_60_HZ)

Thanks,
Jaka

6 days later

Hello,

I have tried this solution and it didn't work. The camera FPS starts normal and a few seconds after it goes to 0.

ctrl = dai.CameraControl()
ctrl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.MAINS_60_HZ)

Any idea?

@ThiagoPiovesan could you provide full MRE?
You should set the cam.initialControl, otherwise you'd need to send the message to the camera over xLinkIn
Thanks, Erik

Hello, I make the proposed changes, but now I have to wait until night to test it.

Here the MRE link if you want to check. MRE Link (on Google Drive)

Thanks you for the help.

Hi, I've tried it, but it doesn't work.

Could you please check the code i sent, just to see if there is nothing wrong, or suggest another alternative.

Thanks

    Hi ThiagoPiovesan
    This code is far from minimal. I don't want to run any code that creates extra directories on my PC. Only keep the depthai code.

    Thanks,
    Jaka

    Hello,

    My bad, I forgot to remove all the IO operations. I changed the code.

    Could you take a look again please.

      ThiagoPiovesan
      Still far from MRE.

      • If you remove the NN, is the issue solved? I doubt the flickering issue is due to NN inference.
      • Remove unwarping, check if issue is resolved.
      • Only keep the camera streams as long as it plays a role in flickering.

      Thanks,
      Jaka

      Hello,

      I will try it, but at the end I can't let them in my final code. I need to use NN and undistorted image.

      But I'll post here the results

      Thanks

        ThiagoPiovesan
        Yes, I understand. This is just so we can debug the issue. If we find the flicker is due to undistortion, we can focus on that later.

        Just trying to figure out the source of the error.

        Thanks,
        Jaka

        2 months later

        What was the resolution on this? Anti-banding isn't working for me either.