Function ouster::sdk::osf::osf_file_modify_metadata¶
Defined in File operations.h
Function Documentation¶
-
int64_t ouster::sdk::osf::osf_file_modify_metadata(const std::string &file_name, const std::vector<ouster::sdk::core::SensorInfo> &new_metadata)¶
Modify an OSF files SensorInfo metadata.
- Parameters:
file_name[in] The OSF file to modify.
new_metadata[out] The new metadata for the OSF file
- Returns:
The number of the bytes written to the OSF file.