Skip to content
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

Photo capture produces artefacts #312

Closed
remibert opened this issue Aug 28, 2021 · 8 comments
Closed

Photo capture produces artefacts #312

remibert opened this issue Aug 28, 2021 · 8 comments

Comments

@remibert
Copy link

The latest versions produce artifacts, part of the image does not have the same contrast. I am working on a motion detection product, and if I put the git version 6b1efc1 (add gcxxxx sensors (#293)
), I have this kind of problem, and if I put the version 722497c(Merge pull request #265 from espressif/develop/update_structure) the problem disappears. I haven't been able to find a version between the two because the compilation failed. The very last one also has the problem. I work with ESP32CAM with ov2640.

@remibert
Copy link
Author

2021-08-28_08-52-30 Id=12 D=21
2021-08-28_08-52-32 Id=15 D=22
2021-08-28_08-52-34 Id=19 D=51
2021-08-28_08-52-36 Id=21 D=34
2021-08-28_08-54-34 Id=20 D=32

@jameszah
Copy link

I think those are "broken jpegs". I noticed it with the arrival of 1.05 esp32-arduino, but don't know how your version numbers of the esp32-camera fit in with that.

Try this -- my theory was the i2s of the camera fighting with the i2s of the wifi ???

esp_err_t set_ps = esp_wifi_set_ps(WIFI_PS_NONE);

#244 (comment)

@remibert
Copy link
Author

remibert commented Aug 28, 2021

It is not a problem of wifi, the change of git version produces or not the problem. With an old version of esp32_camera no problem over a week of shooting, with 2 images seconds, with a recent version, every 10 seconds, we can see a problem with the images. The rest of the firmware is the same, I tried to go up to find the origin in the git, but I have problems compiling with the esp32-camera on certain revision. Looking at the photos I have attached, you can visually see the problem. Changing the contrast in the middle of a shot seems a synchronization that is no longer done at the right time.

@github-actions
Copy link

This issue appears to be stale. Please close it if its no longer valid.

@remibert
Copy link
Author

I tested version 3022601 the problem is still present. So I stay on the 722497c version which does not produce thi
IMG_5BC0C43637E2-1
IMG_9DE5B4D600CF-1
IMG_FEE77797B1AE-1
s.

@remibert
Copy link
Author

The change in contrast seems to be in the middle of an image, it must be missing a synchronization.

@github-actions
Copy link

This issue appears to be stale. Please close it if its no longer valid.

@remibert
Copy link
Author

I just tried again on the latest commits and adding 'esp_err_t set_ps = esp_wifi_set_ps(WIFI_PS_NONE);' but it produces the same problem. On old versions of esp32-camera, the WIFI_PS_NONE eliminates unreadable images, unfortunately this has no effect on recent versions of esp32-camera. How can I help you solve this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants