This repo provides samples that helped me in learning how to use OpenCV.
- Camera-Debug-Script.py: Use to help determine source of issues for Camera out of Range errors.
- Glasses-Detector.py: Simple Example using Glasses_Detector library to take an input frame and determine if user is wearing glasses.
- HoughCircles-Video.py: Example showing use case of Hough Circle detection in a simulated packaging use case
- QR-DisplayContent.py: Example showing how to use QR Code Detection functions to parse frames and dynamically display content.
- QR-VideoContent.py: Example showing how to use QR Code Detection functions to parse frames and dynamically display video content.