Skip to content

Instantly share code, notes, and snippets.

@Umraiz
Umraiz / gist:5b9ed75d6210721f923f776d2b4da917
Created July 2, 2017 05:19
Photo Collage from Webcam
import cv2
import numpy as np
import random
import math
#capture webcam
cap = cv2.VideoCapture(0)
#mmm determines the size of the collage.
#mmm must be >3000
mmm = 3000
b = mmm/8