enum class CameraParamMode : uint32
{
    k_EParamMode_AllowInOneContext = 0,
    k_EParamMode_AllowInMultipleContexts = 1,
};