Camera Manager class.
More...
#include <DvsCameraManager.hpp>
◆ DvsCameraManager()
| dvsense::DvsCameraManager::DvsCameraManager |
( |
| ) |
|
◆ updateCameras()
| int dvsense::DvsCameraManager::updateCameras |
( |
| ) |
|
Update the current searchable camera list.
- Returns
- int Returns the size of the list in the current camera.
◆ getCameraDescs()
Get the Camera Descriptions vector.
- Returns
- const std::vector<CameraDescription> Returns the vector of camera descriptions.
◆ openCamera()
Open a camera with the given serial number.
- Parameters
-
| serial | Serial number of the camera to open. |
- Returns
- CameraDevice Pointer to the DvsCamera object.
◆ openFusionCamera()
◆ ethCameraForceIP()
| static bool dvsense::DvsCameraManager::ethCameraForceIP |
( |
CameraDescription | cameraDesc, |
|
|
uint32_t | new_ip, |
|
|
uint32_t | new_netmask, |
|
|
uint32_t | new_gateway ) |
|
static |