esp32-cam-webserver
esp32-cam-webserver copied to clipboard
Shifted Pixel Rows and Columns
thanks for the great project! I use it to make still images of my gas meter, to process later on. Unfortunately, it occurs randomly (like 5% of the taken photos) that the rows and columns are shifted by a few pixels, like here (I pixelated sensitive information):
On the right side of the image, there is a strong edge to be seen, and it occurs that these columns should actually belong to the left side of the image. But, does not happen for the upper X rows.
The image is taken via the /capture endpoint, and the stream is switched off. I also attach the configuration.
is there something that can be done against these shifts?