b555dcb8e2
This adds support for RTX video Effects SDK. The Background Removal filter relies on NVIDIA RTX AI Greenscreen FX. A front speaker is separated from a background by applying an alpha mask computed by AI. Signed-off-by: pkv <pkv@obsproject.com>
14 lines
170 B
C
14 lines
170 B
C
#pragma once
|
|
|
|
#ifndef TRUE
|
|
#define TRUE 1
|
|
#endif
|
|
|
|
#ifndef FALSE
|
|
#define FALSE 0
|
|
#endif
|
|
|
|
#cmakedefine HAS_NOISEREDUCTION
|
|
#define NVIDIA_GREENSCREEN_ENABLED @NVVFX_FOUND@
|
|
|