Yifan Hou

Results 3 comments of Yifan Hou

Where can I get the version with the name fixes? As of today the master branch still has those defines without prefixes: https://github.com/osqp/osqp/blob/master/include/constants.h#L60

Some more info: * I tried the same code with OAK-1-W camera and got the same high CPU usage. * I tried the depthai python interface, this time there was...

Some more digging: Those processes were generated by OpenCV automatically when the computation load is high. I can limit them by calling ``` c++ cv::setNumThreads(max_num_threads_i_want); ``` However I cannot get...