Skip to content

Instantly share code, notes, and snippets.

View pinkvo's full-sized avatar

VP pinkvo

  • Dornbirn
  • 23:40 (UTC -12:00)
View GitHub Profile
@pinkvo
pinkvo / 24_video_module.py
Created January 29, 2026 19:27 — forked from under0tech/24_video_module.py
Video overlay for FPV drone with Computer Vision based Autopilot
import cv2
import numpy as np
# definitions
video_source = 0
video_full = 1
video_message_limit = 60
camera_width = 720
camera_height = 480
camera_fps = 1