Python Usb Camera Preview OpenCv

1
2
import cv2
import numpy as np
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Usb Webcam Preview Snippet
Prerequisits
1. OpenCv
If installing on raspbian jessie
pip3 install opencv-python
If On RHEL / Ubuntu
sudo yum install python36
sudo python3.6 -m pip install opencv-python

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.