Classes | |
class | Camera |
This class is the main interface with the camera and the SDK features, such as: video, depth, tracking, mapping, and more. More... | |
class | InitParameters |
Struct containing all parameters passed to the SDK when initializing the ZED. These parameters will be fixed for the whole execution life time of the camera. More... | |
struct | RecordingParameters |
Sets the recording parameters. More... | |
struct | StreamingParameters |
Sets the streaming parameters. More... | |
struct | DeviceProperties |
Device properties More... | |
struct | StreamingProperties |
Streaming device properties More... | |
struct | RecordingStatus |
Container for information about the current SVO recording process. More... | |
Enumerations | |
enum class | INPUT_TYPE |
Lists available input type in SDK. More... | |
enum class | CAMERA_STATE |
List of possible camera state More... | |
enum class | RESOLUTION |
Represents the available resolution options. More... | |
enum class | FLIP_MODE |
brief Lists available compression modes for SVO recording. More... | |
enum class | MODEL |
Types of compatible ZED cameras. More... | |
enum class | VIEW |
Lists available view types retrieved from the camera, used for creating human-viewable (Image-type) textures. More... | |
enum class | VIDEO_SETTINGS |
Lists available camera settings for the ZED camera (contrast, hue, saturation, gain, etc.) More... | |
enum class | TIME_REFERENCE |
Categories indicating when a timestamp is captured. More... | |
enum class | SVO_COMPRESSION_MODE |
SVO compression modes. More... | |
enum class | STREAMING_CODEC |
Streaming codecs More... | |
|
strong |
|
strong |
|
strong |
|
strong |
brief Lists available compression modes for SVO recording.
|
strong |
|
strong |
Lists available view types retrieved from the camera, used for creating human-viewable (Image-type) textures.
Based on the VIEW enum in the ZED C++ SDK. For more info, see: https://www.stereolabs.com/docs/api_3.X/group__Video__group.html#ga77fc7bfc159040a1e2ffb074a8ad248c
Enumerator | |
---|---|
LEFT | Left RGBA image. As a Mat, MAT_TYPE is set to MAT_TYPE_8U_C4. |
RIGHT | Right RGBA image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C4. |
LEFT_GREY | Left GRAY image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C1. |
RIGHT_GREY | Right GRAY image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C1. |
LEFT_UNRECTIFIED | Left RGBA unrectified image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C4. |
RIGHT_UNRECTIFIED | Right RGBA unrectified image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C4. |
LEFT_UNRECTIFIED_GREY | Left GRAY unrectified image. As a ZEDMat, MAT_TYPE is set to sl::MAT_TYPE_8U_C1. |
RIGHT_UNRECTIFIED_GREY | Right GRAY unrectified image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C1. |
SIDE_BY_SIDE | Left and right image. Will be double the width to hold both. As a Mat, MAT_TYPE is set to MAT_8U_C4. |
DEPTH | Normalized depth image. As a Mat, MAT_TYPE is set to sl::MAT_TYPE_8U_C4. Use an Image texture for viewing only. For measurements, use a Measure type instead (ZEDCamera.RetrieveMeasure()) to preserve accuracy. |
CONFIDENCE | Normalized confidence image. As a Mat, MAT_TYPE is set to MAT_8U_C4. Use an Image texture for viewing only. For measurements, use a Measure type instead (ZEDCamera.RetrieveMeasure()) to preserve accuracy. |
NORMALS | Color rendering of the normals. As a Mat, MAT_TYPE is set to MAT_8U_C4. Use an Image texture for viewing only. For measurements, use a Measure type instead (ZEDCamera.RetrieveMeasure()) to preserve accuracy. |
DEPTH_RIGHT | Color rendering of the right depth mapped on right sensor. As a Mat, MAT_TYPE is set to MAT_8U_C4. Use an Image texture for viewing only. For measurements, use a Measure type instead (ZEDCamera.RetrieveMeasure()) to preserve accuracy. |
NORMALS_RIGHT | Color rendering of the normals mapped on right sensor. As a Mat, MAT_TYPE is set to MAT_8U_C4. Use an Image texture for viewing only. For measurements, use a Measure type instead (ZEDCamera.RetrieveMeasure()) to preserve accuracy. |
|
strong |
Lists available camera settings for the ZED camera (contrast, hue, saturation, gain, etc.)
|
strong |
|
strong |
SVO compression modes.
|
strong |