LimeVideoSDK icon indicating copy to clipboard operation
LimeVideoSDK copied to clipboard

passing ID3D11Texture2D to the encoder

Open hassan379 opened this issue 2 years ago • 1 comments

Thank u for this library. I am capturing frames from Windows desktop using desktop duplicator to encode them using LimeVideoSDK and I think it is more efficient to pass the returned SharpDX.Direct3D11.Texture2D from desktop duplicator to the h264 encoder rather than copying bytes of each frame to CPU and then to the encoder. Is there anyway to achieve this using LimeVideoSDK? Best regards

hassan379 avatar Jun 25 '22 00:06 hassan379