![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Classes | |
struct | Frame |
The Frame struct containing the acquired video frames. More... | |
class | VideoCapture |
The VideoCapture class provides image grabbing functions and settings control for all the Stereolabs camera models. More... | |
struct | VideoParams |
The camera configuration parameters. More... | |
struct | Resolution |
Resolution in pixel for each frame. More... | |
struct | UVCBuffer |
The Buffer struct used by UVC to store frame data. More... | |
Typedefs | |
typedef struct sl_oc::video::VideoParams | VideoParams |
The camera configuration parameters. More... | |
Enumerations | |
enum class | SL_DEVICE { ZED , ZED_M , ZED_CBS , ZED_M_CBS , ZED_2 , ZED_2i , NONE } |
Camera models. More... | |
enum class | RESOLUTION { HD2K , HD1080 , HD720 , VGA , LAST } |
Available resolutions. More... | |
enum class | FPS { FPS_15 = 15 , FPS_30 = 30 , FPS_60 = 60 , FPS_100 = 100 , LAST = 101 } |
Available frames per seconds. More... | |
enum class | CAM_SENS_POS { LEFT = 0 , RIGHT = 1 , LAST = 3 } |
Position of the Camera CMOS sensors. More... | |
Variables | |
const unsigned char | PRESET_GAMMA [9][16] |
typedef struct sl_oc::video::VideoParams sl_oc::video::VideoParams |
The camera configuration parameters.
|
strong |
Position of the Camera CMOS sensors.
Enumerator | |
---|---|
LEFT | The left sensor. |
RIGHT | The right sensor. |
LAST |
Definition at line 72 of file videocapture_def.hpp.
|
strong |
Available frames per seconds.
Enumerator | |
---|---|
FPS_15 | 15 Frames per second. Available for all the resolutions. |
FPS_30 | 30 Frames per second. Not available for RESOLUTION::HD2K. |
FPS_60 | 60 Frames per second. Not available for RESOLUTION::HD2K and RESOLUTION::HD1080. |
FPS_100 | 100 Frames per second. Only available for RESOLUTION::VGA. |
LAST |
Definition at line 61 of file videocapture_def.hpp.
|
strong |
Available resolutions.
Definition at line 50 of file videocapture_def.hpp.
|
strong |
Camera models.
Enumerator | |
---|---|
ZED | ZED old FW. |
ZED_M | ZED Mini old FW. |
ZED_CBS | ZED new FW. |
ZED_M_CBS | ZED Mini new FW. |
ZED_2 | ZED2. |
ZED_2i | ZED2. |
NONE |
Definition at line 37 of file videocapture_def.hpp.
const unsigned char sl_oc::video::PRESET_GAMMA[9][16] |
Camera presets for gamma
Definition at line 138 of file videocapture_def.hpp.