NVIDIA DeepStream SDK API Reference
7.1 Release
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
;
33
}
NvDsImageSave
;
34
35
36
#ifdef __cplusplus
37
}
38
#endif
39
40
#endif
NvDsImageSave::save_image_cropped_object
gboolean save_image_cropped_object
Definition:
deepstream_image_save.h:26
NvDsImageSave::min_box_height
guint min_box_height
Definition:
deepstream_image_save.h:32
NvDsImageSave::min_confidence
gdouble min_confidence
Definition:
deepstream_image_save.h:29
NvDsImageSave::min_box_width
guint min_box_width
Definition:
deepstream_image_save.h:31
NvDsImageSave
Definition:
deepstream_image_save.h:21
NvDsImageSave::gpu_id
guint gpu_id
Definition:
deepstream_image_save.h:23
NvDsImageSave::save_image_full_frame
gboolean save_image_full_frame
Definition:
deepstream_image_save.h:25
NvDsImageSave::output_folder_path
gchar * output_folder_path
Definition:
deepstream_image_save.h:24
NvDsImageSave::second_to_skip_interval
guint second_to_skip_interval
Definition:
deepstream_image_save.h:28
NvDsImageSave::max_confidence
gdouble max_confidence
Definition:
deepstream_image_save.h:30
NvDsImageSave::frame_to_skip_rules_path
gchar * frame_to_skip_rules_path
Definition:
deepstream_image_save.h:27
NvDsImageSave::enable
gboolean enable
Definition:
deepstream_image_save.h:22
Advance Information | Subject to Change | Generated by NVIDIA | Mon Oct 14 2024 13:27:43 | PR-09318-R32