- The project can be compiled with pthread enabled on opencv build
- FIXME: Needed to add a call to pthread_cond_init() in the main component for the linker to work.
The pthread_cond implementation is done in esp-idf/components/pthreads/
- The optimization hasn't yet enhanced the benchmark performances, hasn't found why for now
- OpenCV lib compiled with PTHREADS_PF=ON
- Copied and tested in esp32/examples/esp_opencv_tests/
- TODO: Problem while linking pthreads :
undefined reference to `pthread_cond_signal`