AI Watch A1
Multi-person 3D skeleton detection using Intel RealSense and OpenPose with Kafka support.
|
#include <librealsense2/rs.hpp>
#include <iostream>
#include <opencv2/core.hpp>
#include "../../constants.hpp"
Go to the source code of this file.
Classes | |
class | RealSenseManager |
RealSenseManager class is a class that abstracts the behavior of an Intel RealSense Camera, in order to capture frames, apply post-processing, and so on. More... | |
class | RealSenseD435Manager |
RealSenseD435Manager class is a class that abstracts the behavior of an Intel RealSense D435 Camera, in order to capture frames, apply post-processing, and so on. More... | |