5 #include <nx/kit/ini_config.h> 6 #include <nx/sdk/analytics/helpers/pixel_format.h> 9 namespace vms_server_plugins {
12 namespace video_frames {
16 const std::string needUncompressedVideoFramesDescription =
17 "Respective capability in the manifest: one of " 18 + nx::sdk::analytics::allPixelFormatsToStdString(
", ") +
".\n" 19 "Empty means no such capability.";
23 NX_INI_FLAG(0, enableOutput,
"");
25 NX_INI_FLAG(0, deviceDependent,
"Respective capability in the manifest.");
27 NX_INI_STRING(
"", needUncompressedVideoFrames, needUncompressedVideoFramesDescription.c_str());
29 NX_INI_INT(-1, crashDeviceAgentOnFrameN,
30 "If >= 0, intentionally crash DeviceAgent on processing a frame with this index.");
32 NX_INI_STRING(
"primary", preferredStream,
33 "Preferred stream in the Engine manifest. Possible values: \"primary\", \"secondary\",\n" Definition: ini_config.h:77
static TestIni & ini()
Definition: ini_config_ut.cpp:69
Definition: apple_utils.h:6
IniConfig(const char *iniFile)
Definition: ini_config.cpp:534
void reload()
Definition: ini_config.cpp:582
Definition: stub_analytics_plugin_video_frames_ini.h:14