Function rs2_supports_processing_block_info
Defined in File rs_processing.h
Function Documentation
-
int rs2_supports_processing_block_info(const rs2_processing_block *block, rs2_camera_info info, rs2_error **error)
Check if a processing block supports a specific info type.
- Parameters:
block – [in] The processing block to check
info – [in] The parameter to check for support
error – [out] If non-null, receives any error that occurs during this call, otherwise, errors are ignored
- Returns:
True if the parameter both exist and well-defined for the specific device