Skip to content

Instantly share code, notes, and snippets.

View cbenhagen's full-sized avatar

Ben Hagen cbenhagen

View GitHub Profile
#!/usr/bin/env python3
# -*- coding:utf-8 -*-
# GStreamer SDK Tutorials in Python
#
# basic-tutorial-2
#
"""
basic-tutorial-2: GStreamer concepts
http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+2%3A+GStreamer+concepts
"""
@cbenhagen
cbenhagen / kivy_decklink.py
Last active September 12, 2023 21:11
Example of using input from a Blackmagic Decklink or Ultrastudio card in kivy with the use of OpenCV and GStreamer.