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 for Blackmagic WDM Device #105

Closed
flat-eric147 opened this issue Nov 3, 2023 · 2 comments · Fixed by #106
Closed

Support for Blackmagic WDM Device #105

flat-eric147 opened this issue Nov 3, 2023 · 2 comments · Fixed by #106
Labels
enhancement New feature or request

Comments

@flat-eric147
Copy link

Hi all,

first of all great library! I experimented a little bit and found an issue with the infinite pixel formats that are out there. I am testing with a BlackMagic SDI input card, their driver includes a DirectShow filter (Blackmagic WDM Capture). It did not work out of the box, so I checked with the debugger and added a fourcc code:
HDYC = 0x43594448
which is basically "PixelFormats.UYVY". So adding a few more switches around the code worked for me.
I forked the repos and pushed my mods here:
https://github.com/flat-eric147/FlashCap
Would be great if this little patch could make it into the main repos!

@kekyo kekyo added the enhancement New feature or request label Nov 4, 2023
@kekyo
Copy link
Owner

kekyo commented Nov 4, 2023

@flat-eric147 Thank you reaching out FlashCap!

I don't have BMSDI, but that means the format is fine with UYVY, so I will merge it when I review it!

@kekyo kekyo linked a pull request Nov 4, 2023 that will close this issue
@kekyo
Copy link
Owner

kekyo commented Nov 5, 2023

Merged.

@kekyo kekyo closed this as completed Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants