Joachim Burket
Joachim Burket
Seems legit. I've tested the `docker` commands launched by the code (hope I haven't missed some) to check the output differences with `podman`. The version of docker used was the...
Thanks for the details about that. I like the other avenue and will ask on Podman repo if they are willing to match Docker's API, which would indeed be a...
Also had this error on ldap3 lib, could make it work by forcing TLSv1_1 instead of TLSv1_2. Maybe it could help
Hi Paleja, Sorry for the delay, I'm currently working on other projects. Glad this project can help! :) Did you had any chance on this error?
The problem I had in the imgwarp.cpp file was that some tables (`NNDeltaTab`, `BilinearTab`, `BicubicTab` and `Lanczos4Tab`) were statically allocated and taking too much space on the DRAM (see [this...
Hi hyansuper, I have only used it with esp-idf and I don"t really know how arduino ide works. Have you tried adding the library in a simple projet? Sorry I...
Thanks. I haven't worked on it for a while now, and the ESP-IDF version I used was the v4.2-dev-674-g640c7c510-dirty. Could you send a log of the error ? Have you...
Hi there, This project was made during my studies, and I am unfortunately no longer working in this field. I would be happy that this project lives, but as I...
Could be that you're not launching the script from the good directory. If I recall correctly, I think you must launch it from the root of the repo, so: `$...
@johncblacker sorry to hear that. It is indeed possible that esp-idf has changes that requires new modifications on OpenCV files. As said, the project is at least working on Linux...