yzhu319

Results 4 comments of yzhu319

> I have solved this problem. In the file config.yaml I wrote down the number 5 In the file cam.yaml I wrote down the number 0 > > Previously there...

I had the same issue, so you see the packages in requirements_client.txt, use conda to install opencv, not opencv-python Do this instead: `conda install -c conda-forge numpy PyYAML requests msgpack-numpy...

BTW, I was on Mac OS, and I did the conda install inside a conda virtual environment

Run this command `conda install -c conda-forge numpy PyYAML requests msgpack-numpy pyzmq opencv`