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

add support for AJA capture cards #353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add support for AJA capture cards #353

wants to merge 1 commit into from

Conversation

lukegb
Copy link

@lukegb lukegb commented Dec 22, 2024

This is mostly forked from the decklink source, but I switched it to using fstrings everywhere to make it (in my opinion) easier to read, and also added a use of the walrus (:=) operator.

Note: the config property video_mode actually maps to ajasrc's video-format; this is for closer alignment with the decklink source. There are a few other properties that could probably do with being exposed.

device currently defaults to the empty string, which will fail if used. We should maybe default it to ?, which is a magic string that makes the AJA SDK output the list of attached devices (and their serial numbers, which are used as device identifiers), and then quit.

@Kunsi
Copy link
Contributor

Kunsi commented Dec 23, 2024

Looks good! Can you please add some documentation to voctocore/README.md?

@lukegb
Copy link
Author

lukegb commented Dec 29, 2024

Updated the documentation, and added a note on using the card as a mix output as well.

@Kunsi
Copy link
Contributor

Kunsi commented Jan 8, 2025

Looks good, will give it a test soon :)

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

Successfully merging this pull request may close these issues.

2 participants