Thomas Prévost
Thomas Prévost
I think I noticed other issues with **RunWithManager()**, I'll try to fix them... :)
[mjpeg.zip](https://github.com/JPery/MJPEGWriter/files/6579925/mjpeg.zip) Compiled with Visual Studio Enterprise 2019 and CLion
Hello @JulesThuillier , Important precision: the code runs only in Release mode on my machine, because of OpenCV (but compiles well in both cases). What about running directly my program...
One more precision: I suggest you to compile with a recent release of OpenCV or at least compile with libjpeg-turbo support.
Ok thank you have a nice "coding we" ^^
Hi, I've tried to compile under Windows. So I've made important modifications, I'll offer a pr
MicroJoules: https://github.com/jdrouet/docker-activity/blob/a8cfd601b5df511e6ee6cd4475e42b4b21bddab2/src/enrichment/powercap.rs#L19 https://docs.rs/powercap/0.3.5/powercap/struct.IntelRapl.html#method.total_energy docker stats outputs data every second (this isn't officially documented but you can verify this with the following command: `curl --unix-socket /var/run/docker.sock http://localhost/containers/(your container id)/stats?stream=true` -> It...

I can try to solve this issue.