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

Support DeckLink's automatic format detection #15

Open
rezonant opened this issue Jun 19, 2019 · 0 comments
Open

Support DeckLink's automatic format detection #15

rezonant opened this issue Jun 19, 2019 · 0 comments

Comments

@rezonant
Copy link

The DeckLink SDK supports automatic detection of video format when using the Capture functionality. Macadam should expose this functionality for applications which find it useful.

Proposed implementation would add videoInputFlags option to Macadam's capture() method as well as expose the appropriate DeckLink SDK video input flags including macadam.bmdVideoInputEnableFormatDetection.

Additionally, an onVideoInputFormatChanged callback would be added to the Capture options, allowing the application to receive the format detection event and reopen the capture session with the appropriate display mode / pixel format and make any adjustments needed for incoming resolution changes.

Work in progress at https://github.com/rezonant/macadam/commits/feat/format-detection

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

No branches or pull requests

1 participant