1. I recognize that SDK sometimes uses the graphics card (Nvidia GPU) and sometimes the Intel GPU.
It is right to decide for SDK to use all the time the graphic card Nvidia GPU?
if we do that it will improve the Live video?
2. In our code, we use the parameter
EnvironmentManager.Instance.EnvironmentOptions[EnvironmentOptions.HardwareDecodingMode] = “Only Nvidia”;
we noticed the GPU did not change and used Intel GPU & Nvidia GPU by auto.
Why did that happen or what we can do to set only Nvidia GPU?