#include "python.hpp"
#include "../include/librealsense2/rs.h"
#include <iomanip>
#include "types.h"
Go to the source code of this file.
Functions | |
void | init_c_files (py::module &m) |
std::string | make_pythonic_str (std::string str) |
void init_c_files | ( | py::module & | m | ) |
Binding of rs2_* enums
rs_types.h
end rs_types.h
rs_sensor.h
end rs_sensor.h
Definition at line 21 of file c_files.cpp.
std::string make_pythonic_str | ( | std::string | str | ) |
Definition at line 9 of file c_files.cpp.