mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
nvidia/vfx/greenscreen: Parent class already does this for us
This commit is contained in:
parent
883839ed2b
commit
092ba2cad5
1 changed files with 0 additions and 10 deletions
|
@ -64,16 +64,6 @@ streamfx::nvidia::vfx::greenscreen::greenscreen()
|
|||
auto gctx = ::streamfx::obs::gs::context();
|
||||
auto cctx = ::streamfx::nvidia::cuda::obs::get()->get_context()->enter();
|
||||
|
||||
// Assign CUDA Stream object.
|
||||
if (auto v = set(PARAMETER_CUDA_STREAM, _nvcuda->get_stream()); v != cv::result::SUCCESS) {
|
||||
throw ::streamfx::nvidia::cv::exception(PARAMETER_CUDA_STREAM, v);
|
||||
}
|
||||
|
||||
// Assign Model Directory.
|
||||
if (auto v = set(PARAMETER_MODEL_DIRECTORY, _nvvfx->model_path().generic_u8string()); v != cv::result::SUCCESS) {
|
||||
throw ::streamfx::nvidia::cv::exception(PARAMETER_MODEL_DIRECTORY, v);
|
||||
}
|
||||
|
||||
// Mode
|
||||
set_mode(greenscreen_mode::QUALITY);
|
||||
|
||||
|
|
Loading…
Reference in a new issue