This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
#Example of program in action can be found here http://www.youtube.com/watch?v=burYkYiI8vg | |
import sys, pygame, random, pygame.mixer, cv2 | |
from PIL import Image | |
import PIL.ImageOps | |
#Setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import time,imutils | |
import cv2 | |
from PIL import Image | |
import numpy as np | |
from twilio.rest import Client | |
import tkinter | |
from threading import Thread | |
cap = cv2.VideoCapture(0) | |
cap.set(3,640) # set Width |