The StereoCamera class.
More...
#include <stereocamera.h>
The StereoCamera class.
use the left and the right camera.
◆ StereoCamera() [1/2]
| StereoCamera::StereoCamera |
( |
| ) |
|
◆ StereoCamera() [2/2]
| StereoCamera::StereoCamera |
( |
string |
pathCamLeft, |
|
|
string |
pathCamRight |
|
) |
| |
Creates the paths for the cameras.
- Parameters
-
| pathCamLeft | is the path for the Left Camera |
| pathCamRight | is the path for the Rigth Camera |
- Attention
- Run on terminal this command to see the correct paths for the cameras: v4l2-ctl –list-devices
◆ ~StereoCamera()
| StereoCamera::~StereoCamera |
( |
| ) |
|
◆ getCapLeft()
| VideoCapture StereoCamera::getCapLeft |
( |
| ) |
const |
◆ getCapRight()
| VideoCapture StereoCamera::getCapRight |
( |
| ) |
const |
◆ isOpened()
| bool StereoCamera::isOpened |
( |
| ) |
|
◆ setCapLeft()
| void StereoCamera::setCapLeft |
( |
const VideoCapture & |
value | ) |
|
◆ setCapRight()
| void StereoCamera::setCapRight |
( |
const VideoCapture & |
value | ) |
|