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

Add upload still picture to Google Drive #136

Closed
chupocro opened this issue Jul 8, 2021 · 1 comment
Closed

Add upload still picture to Google Drive #136

chupocro opened this issue Jul 8, 2021 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@chupocro
Copy link

chupocro commented Jul 8, 2021

Hi,

I was experimenting with a separate firmware for uploading still images to Google Drive based on this code and then I tried to combine it with the webserver code but I still didn't solve a problem with the following error:

start_ssl_client(): Free internal heap before xxxxxx

Maybe you could try to incorporate the function to upload every captured still image to Google Drive? That would be a nice function.

I am assuming the problem is using esp_http_server and WiFiClientSecure in the same time and it should be possible to wait for httpd_resp_send() to finish sending the response and to then free the heap before using WiFiClientSecure but I am still looking for a way how that could be done.

Or maybe there is even a way of using esp_http_server only because the function:

client_tcp.setInsecure();

has to be used for the code to work with WiFiClientSecure.

Regards

@easytarget easytarget added enhancement New feature or request wontfix This will not be worked on labels Jul 17, 2021
@easytarget
Copy link
Owner

Thank you for the suggestions!

Adding https: support is covered by #54 , it's something I'd like to do but is not entirely easy, and will only get worked on by me if I get the time and energy to do it, or someone else does that and submits a working PR.

I'm not adding integrations to other services, as I said in #99 I want to keep this project focused on being a nice example of a browser based webcam. This request is rather out-of-scope, there are probably other esp-cam firmwares that are better suited for your needs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants