NVIDIA DeepStream SDK API Reference

9.1 Release
sources/includes/nvdsmeta_schema.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: Copyright (c) 2024-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 
35 #ifndef NVDSMETA_H_
36 #define NVDSMETA_H_
37 
38 #include <glib.h>
39 
40 #ifdef __cplusplus
41 extern "C"
42 {
43 #endif
44 
48 typedef enum NvDsEventType {
56 
62  NVDS_EVENT_FORCE32 = 0x7FFFFFFF
64 
68 typedef enum NvDsObjectType {
91 
95 typedef enum NvDsPayloadType {
105  NVDS_PAYLOAD_FORCE32 = 0x7FFFFFFF
107 
111 typedef struct NvDsRect {
112  float top;
113  float left;
114  float width;
115  float height;
116 } NvDsRect;
117 
121 typedef struct NvDsGeoLocation {
122  gdouble lat;
123  gdouble lon;
124  gdouble alt;
126 
130 typedef struct NvDsCoordinate {
131  gdouble x;
132  gdouble y;
133  gdouble z;
135 
139 typedef struct NvDsObjectSignature {
141  gdouble *signature;
143  guint size;
145 
149 typedef struct NvDsProductObjectExt {
150  gchar *brand;
151  gchar *type;
152  gchar *shape;
153  GList *mask;
155 
159 typedef struct NvDsVehicleObject {
160  gchar *type;
161  gchar *make;
162  gchar *model;
163  gchar *color;
164  gchar *region;
165  gchar *license;
167 
171 typedef struct NvDsPersonObject {
172  gchar *gender;
173  gchar *hair;
174  gchar *cap;
176  gchar *apparel;
178  guint age;
180 
184 typedef struct NvDsFaceObject {
185  gchar *gender;
186  gchar *hair;
187  gchar *cap;
189  gchar *glasses;
191  gchar *facialhair;
192  gchar *name;
193  gchar *eyecolor;
194  guint age;
196 
200 typedef struct NvDsVehicleObjectExt {
201  gchar *type;
202  gchar *make;
203  gchar *model;
204  gchar *color;
205  gchar *region;
206  gchar *license;
208  GList *mask;
210 
214 typedef struct NvDsPersonObjectExt {
215  gchar *gender;
216  gchar *hair;
217  gchar *cap;
219  gchar *apparel;
221  guint age;
223  GList *mask;
225 
229 typedef struct NvDsFaceObjectWithExt {
230  gchar *gender;
231  gchar *hair;
232  gchar *cap;
234  gchar *glasses;
236  gchar *facialhair;
237  gchar *name;
238  gchar *eyecolor;
239  guint age;
241  GList *mask;
243 
247 typedef struct NvDsJoint {
248  float x;
249  float y;
250  float z;
251  float confidence;
252 } NvDsJoint;
253 
257 typedef struct NvDsJoints {
260  int pose_type;
261 } NvDsJoints;
262 
266 typedef struct NvDsEmbedding {
269 } NvDsEmbedding;
270 
274 typedef struct NvDsProductObject {
275  gchar *brand;
276  gchar *type;
277  gchar *shape;
279 
283 typedef struct NvDsConvexHull {
285  gint* points;
287  guint numFilled;
289 
290 typedef struct _NvDsBbox3dObject {
291  float boxes_3d[12];
292  float scores_3d;
293  gchar *labels_3d;
295  float cls_scores; // confidence
298  gchar *ocr_label;
300 
301 #define MAX_SOURCE_ID_LEN 128 // Define a maximum length for source_id
302 typedef struct {
303  gchar source_id[MAX_SOURCE_ID_LEN];
304  guint64 timestamp;
306 
307 #define MAX_NUM_OBJECTS 600 // Define a maximum number of objects
308 #define MAX_ENTRIES 100 //Define max batchsize for sparse4D
309 typedef struct _NvDsBbox3dObjectList {
311  guint num_objects;
312  guint64 timestamp;
313  gint frame_num;
314  guint camera_id;
315  gchar *sensorStr;
317  int count;
319 
323  typedef struct NvDs3DTracking {
325  gfloat ptWorldFeet[2];
327  gfloat ptImgFeet[2];
332 
333 
334 typedef struct {
335  gchar *id;
336  gchar *query;
337  gchar *response;
339 
340 typedef struct {
341  GHashTable *info;
346 } NvDsLLMObject;
347 
348 typedef struct {
349  gchar *id;
350  gchar **objectIds;
354  gchar *description;
355  GHashTable *info;
356  gint64 timestamp; // New field added
358 
359 typedef struct {
360  gchar *id;
361  gchar **objectIds;
363  float amount;
364  GHashTable *info;
365  gint64 timestamp; // New field added
367 
368 typedef struct {
369  gchar *id;
370  gchar *type;
371  gint32 count;
374  gchar **objectIds;
376  GHashTable *info;
378 
379 typedef struct {
380  gint32 *mask;
381  guint mask_size;
382  GHashTable *info;
384 
394 typedef struct NvDsEventMsgMeta {
410  gint sensorId;
412  gint moduleId;
414  gint placeId;
418  gint frameId;
420  gdouble confidence;
422  guint64 trackingId;
424  gchar *ts;
426  gchar *objectId;
428  gchar *sensorStr;
433  int count;
440  gint num_fov;
443 
444  gchar *otherAttrs;
446  gchar *videoPath;
450  gpointer extMsg;
452  guint extMsgSize;
462  gfloat visibility;
464 
468 typedef struct _NvDsEvent {
473 } NvDsEvent;
474 
480 typedef struct _NvDsCustomMsgInfo {
481  void *message;
482  guint size;
484 
488 typedef struct NvDsPayload {
490  gpointer payload;
492  guint payloadSize;
495  guint componentId;
496 } NvDsPayload;
497 
498 #ifdef __cplusplus
499 }
500 #endif
501 #endif /* NVDSMETA_H_ */
502 
NvDsVehicleObjectExt::license
gchar * license
Holds a pointer to the license number of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:206
NvDsFaceObjectWithExt::gender
gchar * gender
Holds a pointer to the person's gender.
Definition: sources/includes/nvdsmeta_schema.h:230
NvDsPersonObject
Holds a person object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:171
_NvDsCustomMsgInfo::message
void * message
Definition: sources/includes/nvdsmeta_schema.h:481
_NvDsBbox3dObject::boxes_3d
float boxes_3d[12]
Definition: sources/includes/nvdsmeta_schema.h:291
NVDS_OBJECT_TYPE_PERSON
@ NVDS_OBJECT_TYPE_PERSON
Definition: sources/includes/nvdsmeta_schema.h:70
NvDsPersonObject::gender
gchar * gender
Holds a pointer to the person's gender.
Definition: sources/includes/nvdsmeta_schema.h:172
NvDsCustomMsgInfo
struct _NvDsCustomMsgInfo NvDsCustomMsgInfo
Holds data for any user defined custom message to be attached to the payload message : custom message...
NvDsFaceObjectWithExt::name
gchar * name
Holds a pointer to the person's name.
Definition: sources/includes/nvdsmeta_schema.h:237
NvDsPayload
Holds payload metadata.
Definition: sources/includes/nvdsmeta_schema.h:488
NvDsVehicleObjectExt::type
gchar * type
Holds a pointer to the type of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:201
NvDsLLMObject::num_conversations
guint num_conversations
Definition: sources/includes/nvdsmeta_schema.h:343
NvDsEventMsgMeta::extMsg
gpointer extMsg
Holds a pointer to event message meta data.
Definition: sources/includes/nvdsmeta_schema.h:450
NvDsProductObject
Holds a product object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:274
NvDsFaceObject::age
guint age
Holds the person's age.
Definition: sources/includes/nvdsmeta_schema.h:194
NVDS_EVENT_FORCE32
@ NVDS_EVENT_FORCE32
Definition: sources/includes/nvdsmeta_schema.h:62
NvDsTypeMetricsObject::id
gchar * id
Definition: sources/includes/nvdsmeta_schema.h:369
NvDsCongestionObject::objectIds
gchar ** objectIds
Definition: sources/includes/nvdsmeta_schema.h:361
NvDsPersonObjectExt::gender
gchar * gender
Holds a pointer to the person's gender.
Definition: sources/includes/nvdsmeta_schema.h:215
NvDsConversationObject
Definition: sources/includes/nvdsmeta_schema.h:334
NvDsInteractionObject::id
gchar * id
Definition: sources/includes/nvdsmeta_schema.h:349
NvDsFaceObject::glasses
gchar * glasses
Holds a pointer to the type of glasses the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:189
NvDsConvexHull
struct NvDsConvexHull NvDsConvexHull
Holds 2D convex hull metadata.
NvDsPayload::componentId
guint componentId
Holds the ID of the component (plugin) which attached the payload (optional).
Definition: sources/includes/nvdsmeta_schema.h:495
NvDsCongestionObject
Definition: sources/includes/nvdsmeta_schema.h:359
NvDs3DTracking::bbox3d
NvDsBbox3dObject bbox3d
Definition: sources/includes/nvdsmeta_schema.h:330
NvDsEmbedding::embedding_length
guint embedding_length
Holds the length of embedding vector.
Definition: sources/includes/nvdsmeta_schema.h:268
NvDsEventMsgMeta::videoPath
gchar * videoPath
Holds a pointer to the name of the video file.
Definition: sources/includes/nvdsmeta_schema.h:446
_NvDsBbox3dObjectList::sensorStr
gchar * sensorStr
Definition: sources/includes/nvdsmeta_schema.h:315
NvDsFaceObject::gender
gchar * gender
Holds a pointer to the person's gender.
Definition: sources/includes/nvdsmeta_schema.h:185
NvDsRect
struct NvDsRect NvDsRect
Holds a rectangle's position and size.
NvDsInteractionObject::info
GHashTable * info
Definition: sources/includes/nvdsmeta_schema.h:355
NVDS_OBJECT_TYPE_PRODUCT_EXT
@ NVDS_OBJECT_TYPE_PRODUCT_EXT
New Object Type for Product.
Definition: sources/includes/nvdsmeta_schema.h:81
NvDsVehicleObject::type
gchar * type
Holds a pointer to the type of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:160
NvDsEmbedding
Holds an embedding model's parameters.
Definition: sources/includes/nvdsmeta_schema.h:266
NVDS_EVENT_PARKED
@ NVDS_EVENT_PARKED
Definition: sources/includes/nvdsmeta_schema.h:54
NVDS_PAYLOAD_DEEPSTREAM_MINIMAL
@ NVDS_PAYLOAD_DEEPSTREAM_MINIMAL
Definition: sources/includes/nvdsmeta_schema.h:97
NvDsProductObject::shape
gchar * shape
Holds the product shape.
Definition: sources/includes/nvdsmeta_schema.h:277
NVDS_OBJECT_TYPE_VEHICLE_EXT
@ NVDS_OBJECT_TYPE_VEHICLE_EXT
Definition: sources/includes/nvdsmeta_schema.h:75
NvDsInteractionObject::num_objectIds
guint num_objectIds
Definition: sources/includes/nvdsmeta_schema.h:351
NvDsEventMsgMeta::moduleId
gint moduleId
Holds the ID of the analytics module that generated the event.
Definition: sources/includes/nvdsmeta_schema.h:412
NvDsRect::left
float left
Holds the position of rectangle's left side in pixels.
Definition: sources/includes/nvdsmeta_schema.h:113
NvDsObjectType
NvDsObjectType
Defines object type flags.
Definition: sources/includes/nvdsmeta_schema.h:68
NvDsEmbedding
struct NvDsEmbedding NvDsEmbedding
Holds an embedding model's parameters.
NvDsCongestionObject::info
GHashTable * info
Definition: sources/includes/nvdsmeta_schema.h:364
NVDS_EVENT_ENTRY
@ NVDS_EVENT_ENTRY
Definition: sources/includes/nvdsmeta_schema.h:49
NVDS_PAYLOAD_RESERVED
@ NVDS_PAYLOAD_RESERVED
Reserved for future use.
Definition: sources/includes/nvdsmeta_schema.h:101
NvDsJoint
Holds a joint's position and confidence.
Definition: sources/includes/nvdsmeta_schema.h:247
NVDS_EVENT_RESERVED
@ NVDS_EVENT_RESERVED
Reserved for future use.
Definition: sources/includes/nvdsmeta_schema.h:59
_NvDsBbox3dObjectList
Definition: sources/includes/nvdsmeta_schema.h:309
NvDsCongestionObject::amount
float amount
Definition: sources/includes/nvdsmeta_schema.h:363
NvDsConvexHull::numFilled
guint numFilled
Holds the number of points in the convex hull.
Definition: sources/includes/nvdsmeta_schema.h:287
NvDsVehicleObject::model
gchar * model
Holds a pointer to the model of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:162
NvDsEventMsgMeta::singleView3DTracking
NvDs3DTracking singleView3DTracking
Holds the single view 3D tracking metadata if available.
Definition: sources/includes/nvdsmeta_schema.h:460
NvDsVehicleObjectExt::model
gchar * model
Holds a pointer to the model of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:203
NvDsEventMsgMeta::componentId
gint componentId
Holds the ID of the component (plugin) that generated this event.
Definition: sources/includes/nvdsmeta_schema.h:416
NvDsTypeMetricsObject::num_objectIds
guint num_objectIds
Definition: sources/includes/nvdsmeta_schema.h:375
NvDsEventMsgMeta::num_fov
gint num_fov
Definition: sources/includes/nvdsmeta_schema.h:440
NvDsJoint::z
float z
Holds the joint z position in pixels.
Definition: sources/includes/nvdsmeta_schema.h:250
NvDsVehicleObjectExt::region
gchar * region
Holds a pointer to the region of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:205
NvDsPersonObjectExt::cap
gchar * cap
Holds a pointer to the type of cap the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:217
NvDsVehicleObject::color
gchar * color
Holds a pointer to the color of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:163
NVDS_EVENT_MOVING
@ NVDS_EVENT_MOVING
Definition: sources/includes/nvdsmeta_schema.h:51
NvDsLLMObject
Definition: sources/includes/nvdsmeta_schema.h:340
NvDsFaceObjectWithExt::cap
gchar * cap
Holds a pointer to the type of cap the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:232
NvDsTypeMetricsObject
Definition: sources/includes/nvdsmeta_schema.h:368
NvDsCongestionObject::num_objectIds
guint num_objectIds
Definition: sources/includes/nvdsmeta_schema.h:362
NvDsEventMsgMeta::sensorStr
gchar * sensorStr
Holds a pointer to a string containing the sensor's identity.
Definition: sources/includes/nvdsmeta_schema.h:428
_NvDsEvent
Holds event information.
Definition: sources/includes/nvdsmeta_schema.h:468
NvDsBbox3dObjectList
struct _NvDsBbox3dObjectList NvDsBbox3dObjectList
NvDsPayloadType
NvDsPayloadType
Defines payload type flags.
Definition: sources/includes/nvdsmeta_schema.h:95
NVDS_OBJECT_TYPE_FACE_EXT
@ NVDS_OBJECT_TYPE_FACE_EXT
Definition: sources/includes/nvdsmeta_schema.h:77
NvDsEventMsgMeta::confidence
gdouble confidence
Holds the confidence level of the inference.
Definition: sources/includes/nvdsmeta_schema.h:420
NVDS_EVENT_EMPTY
@ NVDS_EVENT_EMPTY
Definition: sources/includes/nvdsmeta_schema.h:53
NvDsInteractionObject::objectIds
gchar ** objectIds
Definition: sources/includes/nvdsmeta_schema.h:350
_NvDsBbox3dObject::instance_feats
NvDsEmbedding * instance_feats
Definition: sources/includes/nvdsmeta_schema.h:297
NvDsObjectSignature
Holds an object's signature.
Definition: sources/includes/nvdsmeta_schema.h:139
NvDsFaceObjectWithExt::age
guint age
Holds the person's age.
Definition: sources/includes/nvdsmeta_schema.h:239
NvDsVehicleObjectExt::mask
GList * mask
Holds a list of polygons for vehicle mask.
Definition: sources/includes/nvdsmeta_schema.h:208
NvDsEventMsgMeta::trackingId
guint64 trackingId
Holds the object's tracking ID.
Definition: sources/includes/nvdsmeta_schema.h:422
_NvDsBbox3dObjectList::frame_num
gint frame_num
Definition: sources/includes/nvdsmeta_schema.h:313
NvDsGeoLocation
struct NvDsGeoLocation NvDsGeoLocation
Holds geolocation parameters.
_NvDsCustomMsgInfo
Holds data for any user defined custom message to be attached to the payload message : custom message...
Definition: sources/includes/nvdsmeta_schema.h:480
NvDsPersonObject::cap
gchar * cap
Holds a pointer to the type of cap the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:174
NvDsSegmentationObject::mask
gint32 * mask
Definition: sources/includes/nvdsmeta_schema.h:380
NvDsRect::height
float height
Holds the rectangle's height in pixels.
Definition: sources/includes/nvdsmeta_schema.h:115
NvDsJoint
struct NvDsJoint NvDsJoint
Holds a joint's position and confidence.
NvDsEventMsgMeta::embedding
NvDsEmbedding embedding
Holds the object's embedding information.
Definition: sources/includes/nvdsmeta_schema.h:456
NvDs3DTracking::ptImgFeet
gfloat ptImgFeet[2]
Holds the object's estimated foot location in frame coordinates.
Definition: sources/includes/nvdsmeta_schema.h:327
NvDsGeoLocation::lat
gdouble lat
Holds the location's latitude.
Definition: sources/includes/nvdsmeta_schema.h:122
NvDsProductObject
struct NvDsProductObject NvDsProductObject
Holds a product object's parameters.
NVDS_OBEJCT_TYPE_FORCE32
@ NVDS_OBEJCT_TYPE_FORCE32
Definition: sources/includes/nvdsmeta_schema.h:89
NvDsEventMsgMeta::location
NvDsGeoLocation location
Holds the object's geolocation.
Definition: sources/includes/nvdsmeta_schema.h:402
NvDsEventMsgMeta::visibility
gfloat visibility
Holds the object's visibility.
Definition: sources/includes/nvdsmeta_schema.h:462
NvDsProductObject::brand
gchar * brand
Holds the product brand.
Definition: sources/includes/nvdsmeta_schema.h:275
NVDS_PAYLOAD_CUSTOM
@ NVDS_PAYLOAD_CUSTOM
Specifies a custom payload.
Definition: sources/includes/nvdsmeta_schema.h:104
NvDsCongestionObject::timestamp
gint64 timestamp
Definition: sources/includes/nvdsmeta_schema.h:365
NvDsVehicleObjectExt::color
gchar * color
Holds a pointer to the color of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:204
NvDsConvexHull
Holds 2D convex hull metadata.
Definition: sources/includes/nvdsmeta_schema.h:283
_NvDsBbox3dObject::cls_scores
float cls_scores
Definition: sources/includes/nvdsmeta_schema.h:295
NvDsSegmentationObject::info
GHashTable * info
Definition: sources/includes/nvdsmeta_schema.h:382
NVDS_OBJECT_TYPE_PRODUCT
@ NVDS_OBJECT_TYPE_PRODUCT
Definition: sources/includes/nvdsmeta_schema.h:80
NvDsJoint::x
float x
Holds the joint x position in pixels.
Definition: sources/includes/nvdsmeta_schema.h:248
NVDS_OBJECT_TYPE_ROADSIGN
@ NVDS_OBJECT_TYPE_ROADSIGN
Definition: sources/includes/nvdsmeta_schema.h:74
NvDsPersonObjectExt::apparel
gchar * apparel
Holds a pointer to a description of the person's apparel.
Definition: sources/includes/nvdsmeta_schema.h:219
NvDsEventMsgMeta::ts
gchar * ts
Holds a pointer to the generated event's timestamp.
Definition: sources/includes/nvdsmeta_schema.h:424
NvDsObjectSignature::size
guint size
Holds the number of signature values in signature.
Definition: sources/includes/nvdsmeta_schema.h:143
NvDsTypeMetricsObject::count
gint32 count
Definition: sources/includes/nvdsmeta_schema.h:371
_NvDsCustomMsgInfo::size
guint size
Definition: sources/includes/nvdsmeta_schema.h:482
_NvDsBbox3dObjectList::timestamp
guint64 timestamp
Definition: sources/includes/nvdsmeta_schema.h:312
NvDsPersonObject::hair
gchar * hair
Holds a pointer to the person's hair color.
Definition: sources/includes/nvdsmeta_schema.h:173
NvDsEventMsgMeta::placeId
gint placeId
Holds the ID of the place related to the object.
Definition: sources/includes/nvdsmeta_schema.h:414
NVDS_EVENT_EXIT
@ NVDS_EVENT_EXIT
Definition: sources/includes/nvdsmeta_schema.h:50
NVDS_OBJECT_TYPE_VEHICLE
@ NVDS_OBJECT_TYPE_VEHICLE
Definition: sources/includes/nvdsmeta_schema.h:69
NvDsFaceObjectWithExt::hair
gchar * hair
Holds a pointer to the person's hair color.
Definition: sources/includes/nvdsmeta_schema.h:231
NvDsPayload::payloadSize
guint payloadSize
Holds the size of the payload.
Definition: sources/includes/nvdsmeta_schema.h:492
NvDsVehicleObjectExt
struct NvDsVehicleObjectExt NvDsVehicleObjectExt
Holds a vehicle object's parameters.
NvDsTypeMetricsObject::type
gchar * type
Definition: sources/includes/nvdsmeta_schema.h:370
NvDsEventMsgMeta::num_congestions
gint num_congestions
Definition: sources/includes/nvdsmeta_schema.h:438
NVDS_PAYLOAD_DEEPSTREAM
@ NVDS_PAYLOAD_DEEPSTREAM
Definition: sources/includes/nvdsmeta_schema.h:96
NvDsLLMObject::info
GHashTable * info
Definition: sources/includes/nvdsmeta_schema.h:341
NvDsEventMsgMeta
Holds event message meta data.
Definition: sources/includes/nvdsmeta_schema.h:394
NvDsFaceObjectWithExt::glasses
gchar * glasses
Holds a pointer to the type of glasses the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:234
NvDsFaceObjectWithExt::facialhair
gchar * facialhair
Holds a pointer to the person's facial hair color.
Definition: sources/includes/nvdsmeta_schema.h:236
NvDs3DTracking::convexHull
NvDsConvexHull convexHull
Holds the object's convex hull information.
Definition: sources/includes/nvdsmeta_schema.h:329
NvDsEventMsgMeta::congestions
NvDsCongestionObject * congestions
Definition: sources/includes/nvdsmeta_schema.h:439
NVDS_OBJECT_TYPE_FACE
@ NVDS_OBJECT_TYPE_FACE
Definition: sources/includes/nvdsmeta_schema.h:71
_NvDsBbox3dObjectList::camera_id
guint camera_id
Definition: sources/includes/nvdsmeta_schema.h:314
NvDsProductObjectExt::mask
GList * mask
Definition: sources/includes/nvdsmeta_schema.h:153
NvDsVehicleObjectExt::make
gchar * make
Holds a pointer to the make of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:202
NVDS_OBJECT_TYPE_BAG
@ NVDS_OBJECT_TYPE_BAG
Definition: sources/includes/nvdsmeta_schema.h:72
NvDsLLMObject::conversations
NvDsConversationObject * conversations
Definition: sources/includes/nvdsmeta_schema.h:342
NvDsFaceObject::name
gchar * name
Holds a pointer to the person's name.
Definition: sources/includes/nvdsmeta_schema.h:192
NvDsEventMsgMeta::pose
NvDsJoints pose
Holds the object's pose information.
Definition: sources/includes/nvdsmeta_schema.h:454
NvDsProductObjectExt::brand
gchar * brand
Holds the product brand.
Definition: sources/includes/nvdsmeta_schema.h:150
NvDsPayload::payload
gpointer payload
Holds a pointer to the payload.
Definition: sources/includes/nvdsmeta_schema.h:490
NvDsFaceObject::facialhair
gchar * facialhair
Holds a pointer to the person's facial hair color.
Definition: sources/includes/nvdsmeta_schema.h:191
NvDsEventMsgMeta::bbox3d
NvDsBbox3dObject * bbox3d
Definition: sources/includes/nvdsmeta_schema.h:434
NvDsProductObjectExt::shape
gchar * shape
Holds the product shape.
Definition: sources/includes/nvdsmeta_schema.h:152
NvDsRect::width
float width
Holds the rectangle's width in pixels.
Definition: sources/includes/nvdsmeta_schema.h:114
SourceTimePair::timestamp
guint64 timestamp
Definition: sources/includes/nvdsmeta_schema.h:304
_NvDsBbox3dObject::scores_3d
float scores_3d
Definition: sources/includes/nvdsmeta_schema.h:292
NvDsLLMObject::num_embeddings
guint num_embeddings
Definition: sources/includes/nvdsmeta_schema.h:345
NVDS_OBJECT_TYPE_UNKNOWN
@ NVDS_OBJECT_TYPE_UNKNOWN
"object" key will be missing in the schema
Definition: sources/includes/nvdsmeta_schema.h:88
NvDs3DTracking
struct NvDs3DTracking NvDs3DTracking
Holds Single View 3D Tracking metadata.
NVDS_OBJECT_TYPE_PERSON_EXT
@ NVDS_OBJECT_TYPE_PERSON_EXT
Definition: sources/includes/nvdsmeta_schema.h:76
NvDsConversationObject::id
gchar * id
Definition: sources/includes/nvdsmeta_schema.h:335
NvDsPersonObject
struct NvDsPersonObject NvDsPersonObject
Holds a person object's parameters.
NvDsEventMsgMeta::has3DTracking
bool has3DTracking
Holds the flag for whether single view 3D tracking metadata is available.
Definition: sources/includes/nvdsmeta_schema.h:458
NvDsInteractionObject::num_coordinates
guint num_coordinates
Definition: sources/includes/nvdsmeta_schema.h:353
NVDS_OBJECT_TYPE_DUMMY
@ NVDS_OBJECT_TYPE_DUMMY
Definition: sources/includes/nvdsmeta_schema.h:79
NvDsRect::top
float top
Holds the position of rectangle's top in pixels.
Definition: sources/includes/nvdsmeta_schema.h:112
NvDsEventMsgMeta::sensorId
gint sensorId
Holds the ID of the sensor that generated the event.
Definition: sources/includes/nvdsmeta_schema.h:410
MAX_ENTRIES
#define MAX_ENTRIES
Definition: sources/includes/nvdsmeta_schema.h:308
NvDs3DTracking::ptWorldFeet
gfloat ptWorldFeet[2]
Holds the object's estimated foot location in 2D coordinates on the estimated world ground.
Definition: sources/includes/nvdsmeta_schema.h:325
NvDsProductObjectExt
Holds a product object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:149
_NvDsBbox3dObjectList::count
int count
Definition: sources/includes/nvdsmeta_schema.h:317
NVDS_EVENT_STOPPED
@ NVDS_EVENT_STOPPED
Definition: sources/includes/nvdsmeta_schema.h:52
NvDsSegmentationObject
Definition: sources/includes/nvdsmeta_schema.h:379
NvDsPersonObjectExt::age
guint age
Holds the person's age.
Definition: sources/includes/nvdsmeta_schema.h:221
NvDsEventMsgMeta::otherAttrs
gchar * otherAttrs
Definition: sources/includes/nvdsmeta_schema.h:444
NvDsEventMsgMeta::fov
NvDsTypeMetricsObject * fov
Definition: sources/includes/nvdsmeta_schema.h:441
NvDsEventMsgMeta::segmentation
NvDsSegmentationObject * segmentation
Definition: sources/includes/nvdsmeta_schema.h:442
NvDsSegmentationObject::mask_size
guint mask_size
Definition: sources/includes/nvdsmeta_schema.h:381
NvDsPersonObjectExt
Holds a person object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:214
NvDsPersonObject::apparel
gchar * apparel
Holds a pointer to a description of the person's apparel.
Definition: sources/includes/nvdsmeta_schema.h:176
NvDsFaceObject::hair
gchar * hair
Holds a pointer to the person's hair color.
Definition: sources/includes/nvdsmeta_schema.h:186
NVDS_PAYLOAD_DEEPSTREAM_PROTOBUF
@ NVDS_PAYLOAD_DEEPSTREAM_PROTOBUF
Definition: sources/includes/nvdsmeta_schema.h:98
NvDsCoordinate
Hold a coordinate's position.
Definition: sources/includes/nvdsmeta_schema.h:130
NvDsFaceObjectWithExt::mask
GList * mask
Holds a list of polygons for face mask.
Definition: sources/includes/nvdsmeta_schema.h:241
NvDsJoints::pose_type
int pose_type
Holds the type of pose 0 - 2D, 1 - 3D , integer to support 2.5D in future.
Definition: sources/includes/nvdsmeta_schema.h:260
NvDsInteractionObject::coordinates
NvDsCoordinate * coordinates
Definition: sources/includes/nvdsmeta_schema.h:352
NvDsGeoLocation::alt
gdouble alt
Holds the location's altitude.
Definition: sources/includes/nvdsmeta_schema.h:124
NvDsEventMsgMeta::objType
NvDsObjectType objType
Holds the object's type.
Definition: sources/includes/nvdsmeta_schema.h:398
NvDsProductObject::type
gchar * type
Holds the product type.
Definition: sources/includes/nvdsmeta_schema.h:276
NVDS_OBJECT_TYPE_BICYCLE
@ NVDS_OBJECT_TYPE_BICYCLE
Definition: sources/includes/nvdsmeta_schema.h:73
NvDsEventMsgMeta::objSignature
NvDsObjectSignature objSignature
Holds the object's signature.
Definition: sources/includes/nvdsmeta_schema.h:406
NvDsFaceObject
struct NvDsFaceObject NvDsFaceObject
Holds a face object's parameters.
NvDsJoints::num_joints
int num_joints
Holds the number of joints.
Definition: sources/includes/nvdsmeta_schema.h:259
NvDsEventMsgMeta::type
NvDsEventType type
Holds the event's type.
Definition: sources/includes/nvdsmeta_schema.h:396
NvDsFaceObject::eyecolor
gchar * eyecolor
Holds a pointer to the person's eye color.
Definition: sources/includes/nvdsmeta_schema.h:193
_NvDsBbox3dObjectList::objects
NvDsBbox3dObject objects[MAX_NUM_OBJECTS]
Definition: sources/includes/nvdsmeta_schema.h:310
NvDsEmbedding::embedding_vector
float * embedding_vector
Holds the embedding vector.
Definition: sources/includes/nvdsmeta_schema.h:267
MAX_SOURCE_ID_LEN
#define MAX_SOURCE_ID_LEN
Definition: sources/includes/nvdsmeta_schema.h:301
NvDsJoint::y
float y
Holds the joint y position in pixels.
Definition: sources/includes/nvdsmeta_schema.h:249
NvDsVehicleObject
struct NvDsVehicleObject NvDsVehicleObject
Holds a vehicle object's parameters.
NvDsLLMObject::embeddings
NvDsEmbedding * embeddings
Definition: sources/includes/nvdsmeta_schema.h:344
NvDsCongestionObject::id
gchar * id
Definition: sources/includes/nvdsmeta_schema.h:360
NvDsProductObjectExt
struct NvDsProductObjectExt NvDsProductObjectExt
Holds a product object's parameters.
NvDsJoint::confidence
float confidence
Holds the confidence of the joint.
Definition: sources/includes/nvdsmeta_schema.h:251
NvDsEvent
struct _NvDsEvent NvDsEvent
Holds event information.
NvDsTypeMetricsObject::coordinates
NvDsCoordinate * coordinates
Definition: sources/includes/nvdsmeta_schema.h:372
_NvDsBbox3dObject::instance_ids
guint instance_ids
Definition: sources/includes/nvdsmeta_schema.h:296
NVDS_EVENT_CUSTOM
@ NVDS_EVENT_CUSTOM
Specifies a custom event.
Definition: sources/includes/nvdsmeta_schema.h:61
NvDsGeoLocation
Holds geolocation parameters.
Definition: sources/includes/nvdsmeta_schema.h:121
NvDsEventMsgMeta::entries
SourceTimePair entries[MAX_ENTRIES]
Holds a pointer to a string containing other attributes associated with the object.
Definition: sources/includes/nvdsmeta_schema.h:432
_NvDsEvent::metadata
NvDsEventMsgMeta * metadata
Holds a pointer to event metadata.
Definition: sources/includes/nvdsmeta_schema.h:472
NvDsPersonObject::age
guint age
Holds the person's age.
Definition: sources/includes/nvdsmeta_schema.h:178
NvDsEventMsgMeta::interactions
NvDsInteractionObject * interactions
Definition: sources/includes/nvdsmeta_schema.h:437
_NvDsBbox3dObjectList::num_objects
guint num_objects
Definition: sources/includes/nvdsmeta_schema.h:311
NvDsVehicleObject::region
gchar * region
Holds a pointer to the region of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:164
NvDsEventMsgMeta
struct NvDsEventMsgMeta NvDsEventMsgMeta
Holds event message meta data.
NvDsCoordinate::y
gdouble y
Holds the coordinate's Y position.
Definition: sources/includes/nvdsmeta_schema.h:132
NVDS_OBJECT_TYPE_3D
@ NVDS_OBJECT_TYPE_3D
Definition: sources/includes/nvdsmeta_schema.h:78
NvDsGeoLocation::lon
gdouble lon
Holds the location's longitude.
Definition: sources/includes/nvdsmeta_schema.h:123
NvDsFaceObjectExt
struct NvDsFaceObjectWithExt NvDsFaceObjectExt
Holds a face object's parameters.
NvDsEventMsgMeta::frameId
gint frameId
Holds the video frame ID of this event.
Definition: sources/includes/nvdsmeta_schema.h:418
NvDsEventMsgMeta::count
int count
Definition: sources/includes/nvdsmeta_schema.h:433
NvDsFaceObject::cap
gchar * cap
Holds a pointer to the type of cap the person is wearing, if any.
Definition: sources/includes/nvdsmeta_schema.h:187
NvDsEventMsgMeta::num_interactions
gint num_interactions
Definition: sources/includes/nvdsmeta_schema.h:436
NVDS_OBJECT_TYPE_CUSTOM
@ NVDS_OBJECT_TYPE_CUSTOM
Specifies a custom object.
Definition: sources/includes/nvdsmeta_schema.h:86
NvDsConversationObject::query
gchar * query
Definition: sources/includes/nvdsmeta_schema.h:336
NvDsCoordinate::z
gdouble z
Holds the coordinate's Z position.
Definition: sources/includes/nvdsmeta_schema.h:133
NvDsVehicleObject
Holds a vehicle object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:159
NvDsProductObjectExt::type
gchar * type
Holds the product type.
Definition: sources/includes/nvdsmeta_schema.h:151
NvDs3DTracking
Holds Single View 3D Tracking metadata.
Definition: sources/includes/nvdsmeta_schema.h:323
NvDsTypeMetricsObject::objectIds
gchar ** objectIds
Definition: sources/includes/nvdsmeta_schema.h:374
NvDsFaceObjectWithExt::eyecolor
gchar * eyecolor
Holds a pointer to the person's eye color.
Definition: sources/includes/nvdsmeta_schema.h:238
NvDsJoints
Holds a body pose's joint points.
Definition: sources/includes/nvdsmeta_schema.h:257
NvDsFaceObject
Holds a face object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:184
NvDsObjectSignature::signature
gdouble * signature
Holds a pointer to an array of signature values.
Definition: sources/includes/nvdsmeta_schema.h:141
NvDsTypeMetricsObject::num_coordinates
guint num_coordinates
Definition: sources/includes/nvdsmeta_schema.h:373
NvDsConvexHull::points
gint * points
Holds a pointer a list of convex hull points.
Definition: sources/includes/nvdsmeta_schema.h:285
MAX_NUM_OBJECTS
#define MAX_NUM_OBJECTS
Definition: sources/includes/nvdsmeta_schema.h:307
_NvDsBbox3dObject::embedding_filter
gchar * embedding_filter
Definition: sources/includes/nvdsmeta_schema.h:294
NvDsInteractionObject
Definition: sources/includes/nvdsmeta_schema.h:348
NvDsPersonObjectExt
struct NvDsPersonObjectExt NvDsPersonObjectExt
Holds a person object's parameters.
NvDsEventMsgMeta::llm
NvDsLLMObject * llm
Definition: sources/includes/nvdsmeta_schema.h:435
NvDsPersonObjectExt::hair
gchar * hair
Holds a pointer to the person's hair color.
Definition: sources/includes/nvdsmeta_schema.h:216
NvDsPayload
struct NvDsPayload NvDsPayload
Holds payload metadata.
NvDsPersonObjectExt::mask
GList * mask
Holds a list of polygons for person mask.
Definition: sources/includes/nvdsmeta_schema.h:223
NvDsCoordinate::x
gdouble x
Holds the coordinate's X position.
Definition: sources/includes/nvdsmeta_schema.h:131
_NvDsBbox3dObjectList::entries
SourceTimePair entries[MAX_ENTRIES]
Definition: sources/includes/nvdsmeta_schema.h:316
_NvDsBbox3dObject::ocr_label
gchar * ocr_label
Definition: sources/includes/nvdsmeta_schema.h:298
NvDsEventType
NvDsEventType
Defines event type flags.
Definition: sources/includes/nvdsmeta_schema.h:48
NvDsEventMsgMeta::objectId
gchar * objectId
Holds a pointer to the detected or inferred object's ID.
Definition: sources/includes/nvdsmeta_schema.h:426
NvDsVehicleObject::license
gchar * license
Holds a pointer to the license number of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:165
_NvDsBbox3dObject::labels_3d
gchar * labels_3d
Definition: sources/includes/nvdsmeta_schema.h:293
NVDS_PAYLOAD_FORCE32
@ NVDS_PAYLOAD_FORCE32
Definition: sources/includes/nvdsmeta_schema.h:105
NvDsConversationObject::response
gchar * response
Definition: sources/includes/nvdsmeta_schema.h:337
NvDsFaceObjectWithExt
Holds a face object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:229
NvDsInteractionObject::description
gchar * description
Definition: sources/includes/nvdsmeta_schema.h:354
NvDsEventMsgMeta::coordinate
NvDsCoordinate coordinate
Holds the object's coordinates.
Definition: sources/includes/nvdsmeta_schema.h:404
NvDsEventMsgMeta::objClassId
gint objClassId
Holds the object's class ID.
Definition: sources/includes/nvdsmeta_schema.h:408
NvDsEventMsgMeta::extMsgSize
guint extMsgSize
Holds the size of the custom object at extMsg.
Definition: sources/includes/nvdsmeta_schema.h:452
NvDsRect
Holds a rectangle's position and size.
Definition: sources/includes/nvdsmeta_schema.h:111
NVDS_OBJECT_TYPE_RESERVED
@ NVDS_OBJECT_TYPE_RESERVED
New Object Type for Product.
Definition: sources/includes/nvdsmeta_schema.h:84
NvDsEventMsgMeta::bbox
NvDsRect bbox
Holds the object's bounding box.
Definition: sources/includes/nvdsmeta_schema.h:400
NvDsBbox3dObject
struct _NvDsBbox3dObject NvDsBbox3dObject
SourceTimePair
Definition: sources/includes/nvdsmeta_schema.h:302
_NvDsBbox3dObject
Definition: sources/includes/nvdsmeta_schema.h:290
NvDsVehicleObjectExt
Holds a vehicle object's parameters.
Definition: sources/includes/nvdsmeta_schema.h:200
NvDsTypeMetricsObject::info
GHashTable * info
Definition: sources/includes/nvdsmeta_schema.h:376
_NvDsEvent::eventType
NvDsEventType eventType
Holds the type of event.
Definition: sources/includes/nvdsmeta_schema.h:470
NvDsCoordinate
struct NvDsCoordinate NvDsCoordinate
Hold a coordinate's position.
NvDsJoints::joints
NvDsJoint * joints
Holds the joints of the person.
Definition: sources/includes/nvdsmeta_schema.h:258
NvDsObjectSignature
struct NvDsObjectSignature NvDsObjectSignature
Holds an object's signature.
NVDS_EVENT_RESET
@ NVDS_EVENT_RESET
Definition: sources/includes/nvdsmeta_schema.h:55
NvDsJoints
struct NvDsJoints NvDsJoints
Holds a body pose's joint points.
NvDsVehicleObject::make
gchar * make
Holds a pointer to the make of the vehicle.
Definition: sources/includes/nvdsmeta_schema.h:161
NvDsInteractionObject::timestamp
gint64 timestamp
Definition: sources/includes/nvdsmeta_schema.h:356