beckmx

Results 70 comments of beckmx

From what repository is this dependency? `nacl/crypto_hash.h`

wow, I just tested, it works like a charm, if it is not much to ask can you elaborate how it works behind the scenes in the ESP?

I have been pushing in forward a little bit more each time, I used the esp32 cam demo project and responds good, and then in the stream part I noticed...

it does happen when I .try to stream images "like a video" if I call it directly in it's real physical IP it streams, and when called over the vpn...

you were right, I had to add 1200 ms to the stream between each camera shoot, that way the IF in the esp32 manages to keep memory afloat

hello @brutella I have the same problem with these specs: - raspi 3 - suggeted image on 8gig sd - raspi cam 1.3 well connected I could connect it to...

after killing the processes, did u rerun again the process?

Iam using eap8266 under esp-open-sdk

this is my code: ``` #include "esp_common.h" #include "hkc.h" #include "gpio.h" #include "queue.h" #include "spiffs.h" #include #include "spiffs_test_params.h" #include "fcntl.h" #include "unistd.h" xQueueHandle identifyQueue; struct gpio { int aid; int...

I added it but still: error: 'fs' undeclared (first use in this function) do you think I can create this variable missing?