Skip to content

Instantly share code, notes, and snippets.

View drlukeparry's full-sized avatar

Dr Luke Parry drlukeparry

View GitHub Profile
@bsdnoobz
bsdnoobz / read-camera.py
Last active December 22, 2023 18:20
Displaying webcam feed using OpenCV and Python+PySide.
#!/usr/bin/env python
from PySide.QtCore import *
from PySide.QtGui import *
import cv2
import sys
class MainApp(QWidget):
def __init__(self):