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

There is no support for using GPU. Is it possible to support the use of GPU to reduce CPU usage? Thank you very much! #44

Open
YiliGood opened this issue Dec 8, 2024 · 3 comments

Comments

@YiliGood
Copy link

YiliGood commented Dec 8, 2024

There is no support for using GPU. Is it possible to support the use of GPU to reduce CPU usage? Thank you very much!

@yangjieshao
Copy link

yangjieshao commented Dec 8, 2024

wpf 使用了 WriteableBitmap,更新WriteableBitmap的时候使用的是AddDirtyRect

就是用了GPU了

@yangjieshao
Copy link

另外 这只是 用DirectShow取帧而已 渲染可以自己想办法渲染

@secile
Copy link
Owner

secile commented Dec 24, 2024

hello.
I have never used GPU programing.
There are currently no plans to apply GPU programming.

As far as I know, GPU programs are suitable for parallel processing, such as filtering.
This library does not do parallel processing, so I think that GPU programs are not so effective to reduce CPU usage.

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

3 participants