|
virtual bool | start ()=0 |
| start streaming.
|
|
virtual bool | stop ()=0 |
| stop streaming.
|
|
virtual int | registerCallback (std::function< void(FisheyeImages const &)>)=0 |
| Register callback to receive data.
|
|
virtual bool | unregisterCallback (int callbackId)=0 |
| Unregister callback.
|
|
virtual const std::vector< Calibration > & | calibration () |
| Get the camera calibration. More...
|
|
virtual bool | setResolution (int resolution) |
|
virtual bool | setFramerate (float framerate) |
|
virtual bool | setExposure (int aecMode=0, int exposureGain=0, float exposureTimeMs=0.0) |
| Exposure setting. More...
|
|
virtual bool | setBrightness (int brightness) |
| Set output image brightness. Only valid in auto exposure mode. More...
|
|
The class to handle callbacks of the multi cameras for the visual SLAM.
FisheyeCameras will get 2 or 4 #Calibration parameters. If 2 fisheyes cameras the first is left and second is right camera. For fisheye, per #Calibration only have one #UnifiedCameraModel and one #PolynomialDistortionCameraModel.