5 #include <nx/kit/ini_config.h> 6 #include <nx/sdk/analytics/helpers/pixel_format.h> 9 namespace vms_server_plugins {
15 const std::string needUncompressedVideoFramesDescription =
16 "Respective capability in the manifest: one of " 17 + nx::sdk::analytics::allPixelFormatsToStdString(
", ") +
".\n" 18 "Empty means no such capability.";
22 NX_INI_FLAG(0, enableOutput,
"");
23 NX_INI_STRING(
"", needUncompressedVideoFrames, needUncompressedVideoFramesDescription.c_str());
24 NX_INI_FLAG(0, deviceDependent,
"Respective capability in the manifest.");
25 NX_INI_INT(-1, crashDeviceAgentOnFrameN,
26 "If >= 0, intentionally crash DeviceAgent on processing a frame with this index.");
Definition: ini_config.h:62
Definition: stub_analytics_plugin_ini.h:13
Definition: apple_utils.h:6
IniConfig(const char *iniFile)
Definition: ini_config.cpp:619
void reload()
Definition: ini_config.cpp:674