Skip to content

Instantly share code, notes, and snippets.

View harunkurtdev's full-sized avatar
🎯
Focusing

harunkurtdev harunkurtdev

🎯
Focusing
View GitHub Profile
@harunkurtdev
harunkurtdev / video_udp.py
Created March 16, 2024 20:28 — forked from patrickelectric/video_udp.py
Get video from gstreamer udp with python and visualize with OpenCV
#!/usr/bin/env python
import cv2
import gi
import numpy as np
gi.require_version('Gst', '1.0')
from gi.repository import Gst