You’re reading an older version of the Slamcore SDK documenation. The latest one is 23.04.
File frame_sync.hpp
Core API objects - frame sync.
-
template<typename T>
struct TypeTraits<T, typename enable_if_is_base_of<FrameSyncInterface, T>::type> - #include <frame_sync.hpp>
Public Static Attributes
-
static constexpr ObjectType EnumType = ObjectType::FrameSync
-
static constexpr ObjectType EnumType = ObjectType::FrameSync
-
namespace slamcore
Main namespace for the Slamcore public API
Helper conversion methods
slamcore::ImageFormat \(\leftrightarrow\) BytesPerChannel
Get information about the client library
-
class FrameSyncInterface
- #include <frame_sync.hpp>
Frame sync token object. Received at the beginning of new frame.
Public Types
-
using Ptr = std::shared_ptr<FrameSyncInterface>
-
using CPtr = std::shared_ptr<const FrameSyncInterface>
Public Functions
-
virtual ~FrameSyncInterface() = default
-
using Ptr = std::shared_ptr<FrameSyncInterface>
- template<typename T> type >
- #include <frame_sync.hpp>
Public Static Attributes
-
static constexpr ObjectType EnumType = ObjectType::FrameSync
-
static constexpr ObjectType EnumType = ObjectType::FrameSync
-
class FrameSyncInterface