Skip to content

Instantly share code, notes, and snippets.

@cbenhagen
Last active September 12, 2023 21:11
Show Gist options
  • Save cbenhagen/39a336e01e072617fa6f to your computer and use it in GitHub Desktop.
Save cbenhagen/39a336e01e072617fa6f to your computer and use it in GitHub Desktop.
Example of using input from a Blackmagic Decklink or Ultrastudio card in kivy with the use of OpenCV and GStreamer.
@staslb
Copy link

staslb commented Mar 13, 2015

hello , when i'm trying run your script , i'm getting error AttributeError: 'NoneType' object has no attribute 'tostring' .

@cbenhagen
Copy link
Author

I guess frame was None because there was an issue with your decklink settings (line 18). The code now checks for a valid frame and prints an error if there was none.

@4r7ur-sid
Copy link

m not able to import cv2 please help it works with other codes but not with kivy

@vanthao1109
Copy link

Hello, I would like to ask a question, can I use this code with blackmagic design intensity pro 4k and what should change the code to make it work? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment