Skip to content

CaothicPechan/opencv-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv-python on wsl - web cam not accessible.

  • Create a conda environment in the wsl - conda create --name blabla
  • Activate the conda environment - conda activate blabla
  • Install python - conda install python=3.9
  • Install opencv - pip install opencv-python
  • Install matplotlib - pip install matplotlib
  • Open pycharm
  • Create python project
  • Create interpreter - wsl and point to the python3 executable in the environment

usually located in anaconda3/envs/myenv/bin/python3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.5%
  • Shell 1.5%