Skip to content

Instantly share code, notes, and snippets.

View rahul-kr2000's full-sized avatar

Rahul Kumar rahul-kr2000

View GitHub Profile
@patrickelectric
patrickelectric / video_udp.py
Last active March 16, 2024 20:28
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