NVIDIA DeepStream SDK API Reference

7.1 Release
nvdsdummyusermeta.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 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 __GST_NVDSDUMMYUSER_META_H__
14 #define __GST_NVDSDUMMYUSER_META_H__
15 
16 #include <nvdsmeta.h>
17 
18 #define NVDS_DUMMY_BBOX_META \
19  (nvds_get_user_meta_type((gchar *)"NVIDIA.DUMMY.BBOX.META"))
20 
21 typedef enum _payload_type
22 {
24 } payload_type;
25 
26 typedef struct faceboxes
27 {
28  float x;
29  float y;
30  float width;
31  float height;
32 } faceboxes;
33 
34 #endif //__GST_NVDSDUMMYUSER_META_H__
35 
_payload_type
_payload_type
Definition: nvdsdummyusermeta.h:21
faceboxes::x
float x
Definition: nvdsdummyusermeta.h:28
faceboxes
struct faceboxes faceboxes
faceboxes
Definition: nvdsdummyusermeta.h:26
NVDS_PAYLOAD_TYPE_DUMMY_BBOX
@ NVDS_PAYLOAD_TYPE_DUMMY_BBOX
Definition: nvdsdummyusermeta.h:23
faceboxes::height
float height
Definition: nvdsdummyusermeta.h:31
faceboxes::y
float y
Definition: nvdsdummyusermeta.h:29
NVDS_START_USER_META
@ NVDS_START_USER_META
Start adding user specific meta types from here.
Definition: nvdsmeta.h:182
faceboxes::width
float width
Definition: nvdsdummyusermeta.h:30
nvdsmeta.h
payload_type
enum _payload_type payload_type