10 #ifndef LIBREALSENSE_RS2_CONFIG_H 11 #define LIBREALSENSE_RS2_CONFIG_H 13 #define RS2_DEFAULT_TIMEOUT 15000 void rs2_config_enable_stream(rs2_config *config, rs2_stream stream, int index, int width, int height, rs2_format format, int framerate, rs2_error **error)
rs2_pipeline_profile * rs2_config_resolve(rs2_config *config, rs2_pipeline *pipe, rs2_error **error)
void rs2_config_disable_indexed_stream(rs2_config *config, rs2_stream stream, int index, rs2_error **error)
struct rs2_pipeline rs2_pipeline
Definition: rs_types.h:234
rs2_config * rs2_create_config(rs2_error **error)
void rs2_config_enable_record_to_file(rs2_config *config, const char *file, rs2_error **error)
void rs2_config_enable_all_stream(rs2_config *config, rs2_error **error)
struct rs2_pipeline_profile rs2_pipeline_profile
Definition: rs_types.h:235
struct rs2_config rs2_config
Definition: rs_types.h:236
void rs2_config_disable_all_streams(rs2_config *config, rs2_error **error)
void rs2_config_enable_device_from_file(rs2_config *config, const char *file, rs2_error **error)
Exposes RealSense structs.
int rs2_config_can_resolve(rs2_config *config, rs2_pipeline *pipe, rs2_error **error)
Exposes RealSense sensor functionality for C compilers.
rs2_format
A stream's format identifies how binary data is encoded within a frame.
Definition: rs_sensor.h:61
void rs2_config_enable_device_from_file_repeat_option(rs2_config *config, const char *file, int repeat_playback, rs2_error **error)
rs2_stream
Streams are different types of data provided by RealSense devices.
Definition: rs_sensor.h:43
void rs2_delete_config(rs2_config *config)
void rs2_config_enable_device(rs2_config *config, const char *serial, rs2_error **error)
struct rs2_error rs2_error
Definition: rs_types.h:229
void rs2_config_disable_stream(rs2_config *config, rs2_stream stream, rs2_error **error)