Skip to content

Instantly share code, notes, and snippets.

View sohlis's full-sized avatar
🦧

Stefan Sohlstrom sohlis

🦧
View GitHub Profile
@dypsilon
dypsilon / frontendDevlopmentBookmarks.md
Last active July 7, 2024 19:32
A badass list of frontend development resources I collected over time.
@alex-luxonis
alex-luxonis / uvc_test.py
Created May 19, 2021 00:31
Generic UVC camera preview and FPS measure
#!/usr/bin/env python3
# Key controls:
# q - quit
# c - capture
import cv2
import numpy as np
import time