NVIDIA DeepStream SDK API Reference

9.0 Release
9.0/sources/apps/apps-common/includes/deepstream_image_save.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2022 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 __NVGSTDS_IMAGE_SAVE_H__
14 #define __NVGSTDS_IMAGE_SAVE_H__
15 
16 #ifdef __cplusplus
17 extern "C"
18 {
19 #endif
20 
21 typedef struct {
22  gboolean enable;
23  guint gpu_id;
24  gchar *output_folder_path;
25  gboolean save_image_full_frame;
26  gboolean save_image_cropped_object;
27  gchar *frame_to_skip_rules_path;
28  guint second_to_skip_interval;
29  gdouble min_confidence;
30  gdouble max_confidence;
31  guint min_box_width;
32  guint min_box_height;
34 
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif
NvDsImageSave
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:21