CameraPositionData.h
Go to the documentation of this file.
1 // Copyright (c) 2018 Digital Barriers
4 
19 #pragma once
20 
21 #include "StreamData.h"
22 #include "EdgeVisSDK.h"
23 
24 namespace EdgeVisDecoderSDK
25 {
26  class CameraPositionDataImpl;
28  {
29  public:
30  DB_EDGEVIS_SDK CameraPositionData();
31  CameraPositionData(std::weak_ptr<CameraPositionDataImpl> pimpl);
32  DB_EDGEVIS_SDK CameraPositionData(StreamData data);
33 
34  DB_EDGEVIS_SDK virtual ~CameraPositionData();
35 
42  DB_EDGEVIS_SDK int16_t Azimuth() const;
43 
49  DB_EDGEVIS_SDK int64_t GetTimeStamp() const;
50  };
51 }
DB_EDGEVIS_SDK int64_t GetTimeStamp() const
Gets the timestamp of the camera position data.
This is the base class for the StreamData objects.
Definition: StreamData.h:27
If the encoder has camera position data it will return this information as part of the stream data...
Definition: CameraPositionData.h:27
The EdgeVis Decoder SDK namespace.
DB_EDGEVIS_SDK int16_t Azimuth() const
Gets the camera bearing as provided by the camera.