Skip to content

Adding a Video Effect to the camera stream #69

Description

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?

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions