35 #include "sdk_exports.h" 36 #include "status_definitions.h" 83 getCameraList(std::vector<std::shared_ptr<Camera>> &cameraList)
const;
94 const std::string &ip)
const;
97 std::unique_ptr<SystemImpl> m_impl;
SDK_API ~System()
Destructor.
SDK_API System & operator=(System &&op) noexcept
Move assignment.
SDK_API System()
Constructor.
SDK_API Status getCameraList(std::vector< std::shared_ptr< Camera >> &cameraList) const
Populates the given list with Camera objects that correspond to the available cameras.
The TOF system that manages the cameras.
Status
Status of any operation that the TOF sdk performs.
SDK_API Status getCameraListAtIp(std::vector< std::shared_ptr< Camera >> &cameraList, const std::string &ip) const
Populates the given list with Camera objects that correspond to the available cameras from the remote...