Raw frames dataset name out of format

This commit is contained in:
2018-02-12 15:34:10 +01:00
parent b08e413e98
commit a45c399edc
6 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace config {
// Delay before trying again to get data from the ring buffer.
uint32_t ring_buffer_read_retry_interval = 5;
std::string raw_dataset_name = "raw_data";
std::string raw_image_dataset_name = "raw_data";
// By how much to enlarge a dataset when a resizing is needed.
hsize_t dataset_increase_step = 1000;