7#include "DvsenseDriver/camera/DvsCamera.hpp"
8#include "DvsenseDriver/camera/FusionCamera.hpp"
9#include "DvsenseBase/Utils/FuncUtils.hpp"
13 #define DVSENSE_API __declspec(dllexport)
15 #define DVSENSE_API __declspec(dllimport)
72 uint32_t new_gateway);
78 std::map<Serial, CameraDevice> cameraDevices_;
79 std::map<Serial, FusionCameraDevice> fusion_camera_devices_;
84 void removeUnpluggedCameras();
100 size_t findCameras(CAMERA_TYPE cameraType);
105 template <
class cameraClass>
106 size_t findCameras();
108 template <
class cameraClass>
109 size_t findFusionCameras();
111 size_t findEthCameras();
Camera Manager class.
Definition DvsCameraManager.hpp:36
FusionCameraDevice openFusionCamera(Serial serial)
int updateCameras()
Update the current searchable camera list.
std::vector< CameraDescription > getCameraDescs()
Get the Camera Descriptions vector.
static bool ethCameraForceIP(CameraDescription cameraDesc, uint32_t new_ip, uint32_t new_netmask, uint32_t new_gateway)
CameraDevice openCamera(Serial serial)
Open a camera with the given serial number.
DvsCameraManager()
Constructor.
Definition TypeUtils.hpp:9
DVSENSE_API std::shared_ptr< DvsCamera > CameraDevice
Shared pointer to manage camera devices.
Definition DvsCameraManager.hpp:29
DVSENSE_API std::shared_ptr< FusionCamera > FusionCameraDevice
Definition DvsCameraManager.hpp:30
std::string Serial
Definition DvsCameraUtils.hpp:63
A struct to describe the camera information.
Definition DvsCameraUtils.hpp:71