Skip to content

Instantly share code, notes, and snippets.

View wonkoderverstaendige's full-sized avatar

Ronny Eichler wonkoderverstaendige

  • Radboud University Nijmegen
  • Nijmegen, The Netherlands
View GitHub Profile
@wonkoderverstaendige
wonkoderverstaendige / main.py
Created January 30, 2018 02:54
Multi-camera video recording with opencv
import cv2
import numpy as np
import time
from datetime import datetime
print('OpenCV version', cv2.__version__)
N_CAMERAS = 2
FONT = cv2.FONT_HERSHEY_PLAIN