Search found 2 matches
- Tue Aug 20, 2019 5:10 pm
- Forum: ESP32 Arduino
- Topic: Tar File Creation
- Replies: 2
- Views: 4316
Re: Tar File Creation
Hi Jason, Thank you very much for the quick reply. I would just like to bother you a few minutes more. I am trying to use it with Arduino and the code compiles file: camera_fb_t * fb = NULL; // Take Picture with Camera fb = esp_camera_fb_get(); mtar_t tar; mtar_open(&tar, "test.tar", "w"); mtar_writ...
- Tue Aug 20, 2019 12:51 pm
- Forum: ESP32 Arduino
- Topic: Tar File Creation
- Replies: 2
- Views: 4316
Tar File Creation
Hello all, I am looking for a solution for the following: - use a ESP CAM board to take pictures and store them in a SD card - archive the images in a single file (daily/weekly/monthly) - Serve a webpage with download links to the archives. The taking pictures and serving wepbages part is simple eno...