44 return this->depth_intrin;
48 return this->depth_to_color;
52 return this->color_to_depth;
RealSenseManager class is a class that abstracts the behavior of an Intel RealSense Camera,...
void setFrameID(unsigned int frameID)
Set the Frame ID value.
void set_depth_to_color(struct rs2_extrinsics depth_to_color)
Set the depth extrinsics object.
struct rs2_extrinsics depth_to_color
Reference to depth stream extrinsics.
void set_color_intrin(struct rs2_intrinsics &color_intrin)
Set the color intrinsics object.
void set_depth_intrin(struct rs2_intrinsics depth_intrin)
Set the depth intrinsics object.
struct rs2_intrinsics & get_color_intrin(void)
Get the color intrinsics object.
void set_align(rs2::align align)
Set the align object.
void set_color_to_depth(struct rs2_extrinsics color_to_depth)
Set the color extrinsics object.
rs2::align align
Auxiliary processing block that performs image alignment using depth data and camera calibration.
unsigned int getFrameID(void)
Get the current frame ID value.
struct rs2_intrinsics color_intrin
Reference to color stream intrinsics.
unsigned int frameID
Current frame counter.
rs2::align get_align(void)
Get the align object.
RealSenseManager(void)
Construct a new RealSenseManager object.
struct rs2_intrinsics depth_intrin
Reference to depth stream intrinsics.
struct rs2_extrinsics color_to_depth
Reference to color stream extrinsics.