NVIDIA DeepStream SDK API Reference5.0 Release |
Holds geolocation parameters.
Definition at line 103 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 106 of file nvdsmeta_schema.h.
gdouble NvDsGeoLocation::lat |
Holds the location's latitude.
Definition at line 104 of file nvdsmeta_schema.h.
gdouble NvDsGeoLocation::lon |
Holds the location's longitude.
Definition at line 105 of file nvdsmeta_schema.h.