Skip to content

Instantly share code, notes, and snippets.

View felipeota's full-sized avatar

Felipe Otamendi felipeota

  • Pomelo Games
  • Uruguay
View GitHub Profile
@felipeota
felipeota / canonicalHomographyFlowScreen.py
Created November 20, 2025 18:00 — forked from zalo/canonicalHomographyFlowScreen.py
Webcam Lightgun Tracking Script and Leap2 Lightgun Tracking Scripts
import numpy as np
import cv2
import dxcam
import win32api
import threading
import time
#from line_profiler import LineProfiler
class webcamThread(threading.Thread):
def __init__(self):