|
|
virtual bool | setCompensation (int compensation)=0 |
| |
|
virtual bool | setAwb (int awb)=0 |
| |
|
virtual bool | setResolution (const Resolution &resolution)=0 |
| |
|
virtual bool | isSupportAFRGB ()=0 |
| |
|
virtual bool | setRGBMode (const Mode &mode)=0 |
| |
|
virtual bool | setRGBFocalDistance (unsigned char distance)=0 |
| |
|
virtual bool | startCameras (int camIndex=1)=0 |
| |
|
virtual bool | stopCameras (int camIndex=1)=0 |
| |
|
virtual bool | setCamsResolution (const xv::ColorCamera::Resolution &resolution, int camIndex=1)=0 |
| |
|
virtual bool | setCamsFramerate (float framerate, int camIndex=1)=0 |
| |
|
virtual int | registerCam2Callback (std::function< void(ColorImage const &)> c)=0 |
| |
|
virtual bool | unregisterCam2Callback (int callbackID)=0 |
| |
|
virtual const std::vector< Calibration > & | calibration2 ()=0 |
| |
|
virtual bool | checkCam2Support ()=0 |
| |
|
virtual bool | start ()=0 |
| | start streaming.
|
| |
|
virtual bool | stop ()=0 |
| | stop streaming.
|
| |
|
virtual int | registerCallback (std::function< void(ColorImage 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...
|
| |
A class to handle callbacks of the color image.