NVIDIA DeepStream SDK API Reference

9.1 Release
sources/apps/apps-common/includes/deepstream_image_save.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2020-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3  * SPDX-License-Identifier: Apache-2.0
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  */
17 
18 #ifndef __NVGSTDS_IMAGE_SAVE_H__
19 #define __NVGSTDS_IMAGE_SAVE_H__
20 
21 #ifdef __cplusplus
22 extern "C"
23 {
24 #endif
25 
26 typedef struct {
27  gboolean enable;
28  guint gpu_id;
34  gdouble min_confidence;
35  gdouble max_confidence;
39 
40 
41 #ifdef __cplusplus
42 }
43 #endif
44 
45 #endif
NvDsImageSave::save_image_cropped_object
gboolean save_image_cropped_object
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:31
NvDsImageSave::min_box_height
guint min_box_height
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:37
NvDsImageSave::min_confidence
gdouble min_confidence
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:34
NvDsImageSave::min_box_width
guint min_box_width
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:36
NvDsImageSave
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:26
NvDsImageSave::gpu_id
guint gpu_id
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:28
NvDsImageSave::save_image_full_frame
gboolean save_image_full_frame
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:30
NvDsImageSave::output_folder_path
gchar * output_folder_path
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:29
NvDsImageSave::second_to_skip_interval
guint second_to_skip_interval
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:33
NvDsImageSave::frame_to_skip_rules_path
gchar * frame_to_skip_rules_path
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:32
NvDsImageSave::max_confidence
gdouble max_confidence
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:35
NvDsImageSave::enable
gboolean enable
Definition: sources/apps/apps-common/includes/deepstream_image_save.h:27