NVIDIA DeepStream SDK API Reference

8.0 Release
nvdspreprocess_yaml_parser.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4  *
5  * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6  * property and proprietary rights in and to this material, related
7  * documentation and any modifications thereto. Any use, reproduction,
8  * disclosure or distribution of this material and related documentation
9  * without an express license agreement from NVIDIA CORPORATION or
10  * its affiliates is strictly prohibited.
11  */
12 
13 #ifndef __GST_NVDS_PREPROCESS_YAML_PARSER_H__
14 #define __GST_NVDS_PREPROCESS_YAML_PARSER_H__
15 
16 #include <gst/gst.h>
17 #include "gstnvdspreprocess.h"
18 
28 gboolean gst_nvdspreprocess_parse_config_file_yaml (GstNvDsPreProcess *nvdspreprocess, const gchar * cfg_file_path);
29 
30 #endif /* __GST_NVDS_PREPROCESS_YAML_PARSER_H__ */
gst_nvdspreprocess_parse_config_file_yaml
gboolean gst_nvdspreprocess_parse_config_file_yaml(GstNvDsPreProcess *nvdspreprocess, const gchar *cfg_file_path)
Parse config file for GstNvDsPreProcess structure.
GstNvDsPreProcess
typedefG_BEGIN_DECLS struct _GstNvDsPreProcess GstNvDsPreProcess
Definition: gstnvdspreprocess.h:47
gstnvdspreprocess.h