Classes | |
class | Timestamp |
Timestamp representation and utilities. More... | |
class | ERROR_CODE |
Lists error codes in the ZED SDK. More... | |
class | Matrix3f |
Represents a generic 3*3 matrix. More... | |
class | Matrix4f |
Represents a generic fourth-dimensional matrix. More... | |
class | RESOLUTION |
Represents the available resolution list. More... | |
class | UNIT |
Lists available unit for measures. More... | |
class | COORDINATE_SYSTEM |
Lists available coordinates systems for positional tracking and 3D measures. More... | |
class | MEASURE |
Lists retrievable measures. More... | |
class | MEM |
Lists available memory type. More... | |
class | COPY_TYPE |
Lists available copy operation on Mat . More... | |
class | MAT_TYPE |
Lists available Mat formats. More... | |
class | Resolution |
Width and height of an array. More... | |
class | Rect |
Width and height of an array. More... | |
class | CameraConfiguration |
Structure containing information about the camera sensor. More... | |
class | Mat |
The Mat class can handle multiple matrix formats from 1 to 4 channels, with different value types (float or uchar), and can be stored CPU and/or GPU side. More... | |
Functions | |
def | sleep_ms (int time) |
Tells the program to wait for x ms. More... | |
def | sleep_us (int time) |
Tells the program to wait for x microseconds. More... | |
def pyzed.sl.sleep_ms | ( | int | time | ) |
Tells the program to wait for x ms.
time | : the number of ms to wait. |
def pyzed.sl.sleep_us | ( | int | time | ) |
Tells the program to wait for x microseconds.
time | : the number of microseconds to wait. |