Support for Custum Video Effects - Win10 UWP #935
Description
Hey there,
as I'm not able to find a way to use SharpDX an grab an live image from a webcam for access shaders (without mapping and copying every frame from CPU side), I'm suggesting a way to support it in more general way. Therefore, creating a custom video effects using SharpDX seems to be promising, as it can be used for all kinds of video effects, too.
An example how such an effect is created can be found here:
https://docs.microsoft.com/en-us/windows/uwp/audio-video-camera/custom-video-effects
The hardware supported version provides an IDirect3DDevice and an IDirect3DSurface, which are both com based (see https://docs.microsoft.com/en-us/uwp/api/windows.graphics.directx.direct3d11.idirect3dsurface)
Unfortunately, I not really familiar with com and was not able to get any valid native points to create a shared resource for instance.
If this is already support please give me a hint ;)
Cheers,