EdgeVisDecoderSDK::CameraPositionData Class Reference
Detailed Description
If the encoder has camera position data it will return this information as part of the stream data.
Availability
Available in version 7.3 of Decoder SDK. Requires a server version greater than 6.0
#include <CameraPositionData.h>
Public Member Functions | |
| DB_EDGEVIS_SDK int16_t | Azimuth () const |
| Gets the camera bearing as provided by the camera. More... | |
| DB_EDGEVIS_SDK int64_t | GetTimeStamp () const |
| Gets the timestamp of the camera position data. More... | |
Public Member Functions inherited from EdgeVisDecoderSDK::StreamData | |
| DB_EDGEVIS_SDK std::wstring | TypeName () const |
| Returns the type a StreamData this it. More... | |
Member Function Documentation
| DB_EDGEVIS_SDK int16_t EdgeVisDecoderSDK::CameraPositionData::Azimuth | ( | ) | const |
Gets the camera bearing as provided by the camera.
If the camera has been aligned correctly this value can be regarded as a compass bearing.
- Returns
- The camera bearing in degrees.
| DB_EDGEVIS_SDK int64_t EdgeVisDecoderSDK::CameraPositionData::GetTimeStamp | ( | ) | const |
Gets the timestamp of the camera position data.
- Returns
- The timestamp in milliseconds since 1/1/1970
The documentation for this class was generated from the following file:
- SDKs/EdgeVisDecoderSDK/CameraPositionData.h

Public Member Functions inherited from