NVIDIA DeepStream SDK API Reference6.1.1 Release |
Holds geolocation parameters.
Definition at line 110 of file nvdsmeta_schema.h.
Data Fields | |
gdouble | lat |
Holds the location's latitude. More... | |
gdouble | lon |
Holds the location's longitude. More... | |
gdouble | alt |
Holds the location's altitude. More... | |
gdouble NvDsGeoLocation::alt |
Holds the location's altitude.
Definition at line 113 of file nvdsmeta_schema.h.
gdouble NvDsGeoLocation::lat |
Holds the location's latitude.
Definition at line 111 of file nvdsmeta_schema.h.
gdouble NvDsGeoLocation::lon |
Holds the location's longitude.
Definition at line 112 of file nvdsmeta_schema.h.