Yes, same issue in argus software with 3x imx577, imx477 and different environment.
And it is variable. Sometimes 2 cameras do not blinking. Sometimes only one. Most often all 3 cameras change their expo, it looks like blinking.
Yes, version of driver is same.
I will try to do that test with led.
Tell me please, if issue depends on led light, then how i can fix it? It is AC/DC impulse power supply frequency or led frequency?
This driver supports AE, but it might not be able to mitigate the blanking from the LED. You can also try a cell phone to see if it has the same issue.
It hard to say if it’s caused by AC/DC impulse power supply frequency or led frequency.
Yes, you can try a higher quality adapter.
You can also adjust the brightness of the LED (if possible) to see if it helps.
If you have other band’s LEDs, it’s also worth to give them a try.
We made many tests with many AC/DC power supplies and LED-lights.
The problem was with 2.5 meter flexible LED 24v. Power consumption is not evenly distributed. Brightness flows as wave from begin to end. And we saw pulsation in cameras.
The best linear LED is 12v. No pulsation.
Here are 2 cases of using argus code.
Was made several shots and stitched together.
Top part, every shot with creating and destroying:
for N shots
→ createStream
→ configureSensor(expo, fps, lockAE)
→ startRepeat
→ threadExecute
→ -> while loop
→ -> → acquireFrame
→ -> endwhile
→ streamShutdown
endfor
Bottom part, first create stream, make shots and then destroy stream:
createStream
configureSensor(expo, fps, lockAE)
startRepeat
threadExecute
→ while loop
→ -> acquireFrame0
→ -> acquireFrame1
→ -> acquireFrame2
→ -> acquireFrameN
→ endwhile
streamShutdown
Why does the exposure change when continuous loop used?
Also same thing happening when using argus_camera. First time setting lockAe always works, but after setting expo, ae unlocks, frames are blinking. After editing fps from 30 to 29(or any value), lockAe really locks again. So aelock very unstable feature, why?
Also please explain next thing. If changing fps then expo changes and vise versa. Why does one depend on the other?
I need 3 fps and 10ms expo as example. If set one then other changed too. In some cases i can’t set expo for selected fps.