ThiagoPiovesan
Try setting the anti-banding mode:
cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.MAINS_60_HZ)
Thanks,
Jaka
ThiagoPiovesan
Try setting the anti-banding mode:
cam.initialControl.setAntiBandingMode(dai.CameraControl.AntiBandingMode.MAINS_60_HZ)
Thanks,
Jaka
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.
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
What was the resolution on this? Anti-banding isn't working for me either.
DanGoodrick
Can you create a MRE? AFAIK this never reached resolution.
Thanks,
Jaka