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

Adding a Video Effect to the camera stream #69

Open
kulka193 opened this issue Aug 29, 2024 · 0 comments
Open

Adding a Video Effect to the camera stream #69

kulka193 opened this issue Aug 29, 2024 · 0 comments

Comments

@kulka193
Copy link

Hi , I want to modify the HWMediaSource/HWMediaStream such that the samples are processed with a custom MFT based Video Effect. I built out and installed a UMDF driver based on HWMediaSource. I also have a custom MFT implemented as a separate DLL project which I am then enumerating in my IMFMediaStream class(using the CLSID and MFT category). I tested that My effect is enumerated and registered properly. But my attempt at the approach is still not adding any Video Effect to the stream when I launch the camera. I followed this PR for reference on how to include IMFTransform attribute and call the MFT functions in IMFMediaStream class. Any leads on the implementation and how to get it working?

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