Classes | |
class | Camera |
This class serves as the primary interface between the camera and the various features provided by the SDK. More... | |
class | InitParameters |
Class containing the options used to initialize the sl.Camera object. More... | |
struct | RecordingParameters |
Structure containing the options used to record. More... | |
struct | StreamingParameters |
Structure containing the options used to stream with the ZED SDK. More... | |
struct | DeviceProperties |
Structure containing information about the properties of a camera. More... | |
struct | StreamingProperties |
Structure containing information about the properties of a streaming device. More... | |
struct | RecordingStatus |
Structure containing information about the status of the recording. More... | |
struct | InputType |
Structure defining the input type used in the ZED SDK. More... | |
Enumerations | |
enum class | INPUT_TYPE |
Lists available input types in the ZED SDK. More... | |
enum class | BUS_TYPE |
Lists available LIVE input type in the ZED SDK. More... | |
enum class | CAMERA_STATE |
Lists possible camera states. More... | |
enum class | RESOLUTION |
Lists available resolutions. More... | |
enum class | FLIP_MODE |
Lists possible flip modes of the camera. More... | |
enum class | MODEL |
Lists ZED camera model. SL_MODEL in C wrapper. More... | |
enum class | VIEW |
Lists available views. More... | |
enum class | VIDEO_SETTINGS |
Lists available camera settings for the camera (contrast, hue, saturation, gain, ...). More... | |
enum class | TIME_REFERENCE |
Lists possible time references for timestamps or data. More... | |
enum class | SVO_COMPRESSION_MODE |
Lists available compression modes for SVO recording. More... | |
enum class | STREAMING_CODEC |
Lists the different encoding types for image streaming. More... | |
|
strong |
Lists available input types in the ZED SDK.
Enumerator | |
---|---|
USB | USB input mode |
SVO | SVO file input mode |
STREAM | STREAM input mode (requires to use EnableStreaming() / DisableStreaming() on the "sender" side) |
GMSL | GMSL input mode |
|
strong |
|
strong |
|
strong |
Lists available resolutions.
|
strong |
Lists possible flip modes of the camera.
|
strong |
Lists ZED camera model. SL_MODEL in C wrapper.
|
strong |
Lists available views.
Enumerator | |
---|---|
LEFT | Left BGRA image. Each pixel contains 4 unsigned char (B, G, R, A). |
RIGHT | Right BGRA image. Each pixel contains 4 unsigned char (B, G, R, A). |
LEFT_GREY | Left gray image. Each pixel contains 1 unsigned char. |
RIGHT_GREY | Right gray image. Each pixel contains 1 unsigned char. |
LEFT_UNRECTIFIED | Left BGRA unrectified image. Each pixel contains 4 unsigned char (B, G, R, A). |
RIGHT_UNRECTIFIED | Right BGRA unrectified image. Each pixel contains 4 unsigned char (B, G, R, A). |
LEFT_UNRECTIFIED_GREY | Left gray unrectified image. Each pixel contains 1 unsigned char. |
RIGHT_UNRECTIFIED_GREY | Right gray unrectified image. Each pixel contains 1 unsigned char. |
SIDE_BY_SIDE | Left and right image (the image width is therefore doubled). Each pixel contains 4 unsigned char (B, G, R, A). |
DEPTH | Color rendering of the depth. Each pixel contains 4 unsigned char (B, G, R, A).
|
CONFIDENCE | Color rendering of the depth confidence. Each pixel contains 4 unsigned char (B, G, R, A).
|
NORMALS | Color rendering of the normals. Each pixel contains 4 unsigned char (B, G, R, A).
|
DEPTH_RIGHT | Color rendering of the right depth mapped on right sensor. Each pixel contains 4 unsigned char (B, G, R, A).
|
NORMALS_RIGHT | Color rendering of the normals mapped on right sensor. Each pixel contains 4 unsigned char (B, G, R, A).
|
|
strong |
Lists available camera settings for the camera (contrast, hue, saturation, gain, ...).
Enumerator | |
---|---|
BRIGHTNESS | Brightness control.
|
CONTRAST | Contrast control
|
HUE | Hue control
|
SATURATION | Saturation control |
SHARPNESS | Digital sharpening control |
GAMMA | ISP gamma control |
GAIN | Gain control
|
EXPOSURE | Exposure control
|
AEC_AGC | Defines if the GAIN and EXPOSURE are in automatic mode or not. |
AEC_AGC_ROI | Defines the region of interest for automatic exposure/gain computation. |
WHITEBALANCE_TEMPERATURE | Color temperature control
|
WHITEBALANCE_AUTO | Defines if the white balance is in automatic mode or not. |
LED_STATUS | Status of the front LED of the camera.
|
EXPOSURE_TIME | Real exposure time control in microseconds.
|
ANALOG_GAIN | Real analog gain (sensor) control in mDB.
|
DIGITAL_GAIN | Real digital gain (ISP) as a factor.
|
AUTO_EXPOSURE_TIME_RANGE | Range of exposure auto control in microseconds.
|
AUTO_ANALOG_GAIN_RANGE | Range of sensor gain in automatic control.
|
AUTO_DIGITAL_GAIN_RANGE | Range of digital ISP gain in automatic control.
|
EXPOSURE_COMPENSATION | Exposure-target compensation made after auto exposure.
|
DENOISING | Level of denoising applied on both left and right images.
|
|
strong |
|
strong |
Lists available compression modes for SVO recording.
|
strong |