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

run in cuda and args #3

Open
luoww1992 opened this issue May 26, 2021 · 1 comment
Open

run in cuda and args #3

luoww1992 opened this issue May 26, 2021 · 1 comment

Comments

@luoww1992
Copy link

params.effect = EFFECT_NONE;
params.device = "CPU";

params.cpu_threads_num = 0;
params.cpu_bind_thread = true;
params.cpu_throughput_streams = 1;

params.is_async = false;
params.interval = 1;
params.threshold_motion = -0.1f;

i run it in win10 cpu,
And,
can you tell me the args meaning?
when i use it to run HD video ,it is slow, and cuda is not used when params.device = "GPU";
only run it in intel gpu?

@luoww1992
Copy link
Author

@kingpeter2015
my inter gpu : Intel® HD Graphics 4600
the driver is the latest. how to use it?

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