|
BBT_SDK_API int | bbt_driver_import_sd_record (const char *input_folder, const char *input_file, const char *output_folder) |
| Imports the recordings from the sd card into readable csv files. More...
|
|
BBT_SDK_API int | bbt_driver_import_eeg64_sd_record (const char *left_input_folder, const char *right_input_folder, const char *input_file, const char *output_folder) |
| Imports the eeg 64 recordings from the sd card into readable csv files. More...
|
|
The functions to import data recorded in the SD card
◆ bbt_driver_import_sd_record()
BBT_SDK_API int bbt_driver_import_sd_record |
( |
const char * |
input_folder, |
|
|
const char * |
input_file, |
|
|
const char * |
output_folder |
|
) |
| |
Imports the recordings from the sd card into readable csv files.
- Parameters
-
input_folder | The folder where the records are saved |
input_file | The file in the sd card as configured with bbt_driver_set_file() |
output_folder | A folder to write the csv files |
- Precondition
- This command requires that the input folder is accessible from the computer OS. It does not uses bluetooth connection to the device. You must take the SD card from the device, plug it into the computer and set
input_folder
and input_file
relative to the mount point.
- Returns
- True on success
◆ bbt_driver_import_eeg64_sd_record()
BBT_SDK_API int bbt_driver_import_eeg64_sd_record |
( |
const char * |
left_input_folder, |
|
|
const char * |
right_input_folder, |
|
|
const char * |
input_file, |
|
|
const char * |
output_folder |
|
) |
| |
Imports the eeg 64 recordings from the sd card into readable csv files.
Note that, internally, the left and right record files are suffixed with the letters 'l' and 'r' to distinguish them.
- Parameters
-
left_input_folder | The folder where the records of the left device are saved |
right_input_folder | The folder where the records of the right device are saved |
input_file | The file in the sd card as configured with bbt_driver_set_file() |
output_folder | A folder to write the csv files |
- Precondition
- This command requires that the input folder is accessible from the computer OS. It does not uses bluetooth connection to the device. You must take the SD card from the device, plug it into the computer and set
left_input_folder
, right_input_folder
and input_file
relative to the mount point.
- Returns
- True on success