[][src]Function realsense_sys::rs2_create_huffman_depth_decompress_block

pub unsafe extern "C" fn rs2_create_huffman_depth_decompress_block(
    error: *mut *mut rs2_error
) -> *mut rs2_processing_block

Creates Depth frame decompression module. Decoded frames compressed and transmitted with Z16H variable-lenght Huffman code to standartized Z16 Depth data format. Using the compression allows to reduce the Depth frames bandwidth by more than 50 percent \param[out] error If non-null, receives any error that occurs during this call, otherwise, errors are ignored \return Huffman-code decompression processing block