Skip to content

m7salam/QRScanner_OpenCV_Python

Repository files navigation

QRScanner_OpenCV_Python

#GIF of it in action barcode scanner

Make sure to change in drone.py or the other files to the source of your camera for example:


change that vs = cv2.VideoCapture('rtsp://192.168.0.40:1026/live.sdp')
to vs = cv2.VideoCapture(0) #this will use your own webcam

#to start


virtualenv venv &&
source venv/bin/activate &&
pip install requirements.txt

to run

python drone.py

About

Image and Video QR Scanner and live stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages