Skip to content

Instantly share code, notes, and snippets.

View wibowo87's full-sized avatar
🎯
Focusing

wibowo joko nuryanto wibowo87

🎯
Focusing
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wibowo87
wibowo87 / pyqt_opencv.py
Created October 1, 2015 17:59 — forked from saghul/pyqt_opencv.py
Render OpenCV video on a PyQt widget
# coding=utf8
# Copyright (C) 2011 Saúl Ibarra Corretgé <saghul@gmail.com>
#
# Some inspiration taken from: http://www.morethantechnical.com/2009/03/05/qt-opencv-combined-for-face-detecting-qwidgets/
import cv
import sys