![]() |
ZED Open Capture
v0.6.0
Low level camera driver for the ZED stereo camera family
|
Go to the source code of this file.
Classes | |
struct | sl_oc::video::VideoParams |
The camera configuration parameters. More... | |
struct | sl_oc::video::Resolution |
Resolution in pixel for each frame. More... | |
struct | sl_oc::video::UVCBuffer |
The Buffer struct used by UVC to store frame data. More... | |
Namespaces | |
sl_oc | |
sl_oc::video | |
Typedefs | |
typedef struct sl_oc::video::VideoParams | sl_oc::video::VideoParams |
The camera configuration parameters. More... | |
Enumerations | |
enum class | sl_oc::video::SL_DEVICE { sl_oc::video::ZED , sl_oc::video::ZED_M , sl_oc::video::ZED_CBS , sl_oc::video::ZED_M_CBS , sl_oc::video::ZED_2 , sl_oc::video::ZED_2i , sl_oc::video::NONE } |
Camera models. More... | |
enum class | sl_oc::video::RESOLUTION { sl_oc::video::HD2K , sl_oc::video::HD1080 , sl_oc::video::HD720 , sl_oc::video::VGA , sl_oc::video::LAST } |
Available resolutions. More... | |
enum class | sl_oc::video::FPS { sl_oc::video::FPS_15 = 15 , sl_oc::video::FPS_30 = 30 , sl_oc::video::FPS_60 = 60 , sl_oc::video::FPS_100 = 100 , sl_oc::video::LAST = 101 } |
Available frames per seconds. More... | |
enum class | sl_oc::video::CAM_SENS_POS { sl_oc::video::LEFT = 0 , sl_oc::video::RIGHT = 1 , sl_oc::video::LAST = 3 } |
Position of the Camera CMOS sensors. More... | |
Variables | |
const unsigned char | sl_oc::video::PRESET_GAMMA [9][16] |