Skip to content

Instantly share code, notes, and snippets.

View tomruarol's full-sized avatar
:bowtie:

Tomas Ruan Rollan tomruarol

:bowtie:
View GitHub Profile
@patrickelectric
patrickelectric / video_udp.py
Last active September 19, 2024 12:14
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