D435 Color + Depth (RGB+D) image capture class.
More...
D435 Color + Depth (RGB+D) image capture class.
◆ __init__()
None __init__ |
( |
|
self, |
|
|
D435_Configs |
configs = D435_Configs() |
|
) |
| |
◆ get()
Get attributes specified by the key
Args:
key (str): Choices: [exposure, gain, W_rgb, H_rgb, W_dep, H_dep, depth_scale, intrinsic_mat]
Returns:
value
Reimplemented from Base.
◆ get_frames()
def get_frames |
( |
|
self, |
|
|
|
before_scale = False |
|
) |
| |
Get the next frames
Args:
before_scale (bool). Before the scaling. If True, will get the integer depth map before scaling.
Returns:
rgb [np.ndarray]: The rgb image
dep [np.ndarray]: The depth map in meter
succ_flag [bool]: The indicator for the status of fetching the next frames. \
If true, then both rgb and depth frames are successfully fetched.
◆ align
◆ auto_exposure
◆ color_sensor
◆ depth_scale
◆ intrinsic_mat
- Need to be set when the frame is get. Didn't find other methods
◆ pipeline
◆ profile
◆ rs_config
The documentation for this class was generated from the following file: