-
Notifications
You must be signed in to change notification settings - Fork 192
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
Pixel flooding-Most of the pixels (in Image mode) appear to have high value with no object in FOV #76
Comments
Hi, Is it just a single frame from time to time (good frame -> 'flooded' frame -> good frame) or once you get the 'flooded' frame is stays on? Best regards |
Hi, Just to make sure I am getting it right:
Is that correct? At what frequency are you reading the I2C? How much time does it take to read out the data and process it? Best regrads |
Hi,
Its absolutely fine about the questions. Let me know if there is anything more you want me to share |
Hi
I guess this means you are trying to read out data every 125ms (8Hz). Is the device set to 8Hz? |
Hi,
|
Hi, Then the time needed to capture and process the data is a bit more than the refresh rate of the device. Could you please test if you will run into the same issue if the MLX90640 is set to 0.5 or 1Hz (just for the sake of the test)? Could you also check if the return value of the GetFrame data function is 0 or some error code. Best regards |
We are working on a prototype with Melexis 90640 thermal imaging sensor.
We are operating sensor on 4Hz in Pixel Image mode and not in Temperature Image mode in Chess frame capture mode.
Many a times the sensor generates a frame in which the pixel value appear to have high values even when there is no object in FoV.
We are calling it as "Frame Flooding".
It was observed that, on Power Reset the flooding vanishes.
Can anyone help me to explain this behavior of sensor and what measures can be taken to avoid it.
The text was updated successfully, but these errors were encountered: