Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Processing 3.2.3 with Blackmagic Decklink #65

Closed
Debileptiker69 opened this issue Jan 11, 2017 · 3 comments
Closed

Processing 3.2.3 with Blackmagic Decklink #65

Debileptiker69 opened this issue Jan 11, 2017 · 3 comments

Comments

@Debileptiker69
Copy link

Hi,
there is no way to capture the videostream in 1080i50 from the input of the Blackmagic card to processing. I'm looking for solutions everywhere and found nothing. I read about GStreamer, but don't understand anything. Is there a possible way yet to solve my problem?

@cacheflowe
Copy link

Unless the capture card can register as a webcam to the operating system, there's no way to use Processing's video library to do this. I would recommend an El Gato Camlink for capturing an HDMI video in Processing, or use ffmpeg's video capture tools to pull in a video stream from specialized hardware like this.

@codeanticode
Copy link
Member

Support for custom pipelines is being added to the library, and should be fully implemented in the upcoming stable release. This other issue discusses the topic with a similar hardware:

#26

@codeanticode
Copy link
Member

The pipeline parsing functionality is available in the latest version of the video library (see capture/CustomPipeline), which should help capturing video from specialized capture hardware.

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

No branches or pull requests

3 participants