Find Recorded Data

Before downloading the data, you need to first get the list of all your recordings. From this list, you can select which recording you are interested in, copy it to the clipboard, and use this recording ID to download your data.

Get information on all recordings

First run get_info_all.py (hyperlinked to our Public GitHub) in your python shell or your python script.

This script will produce a list of recordings and associated specifications, including the timestamp associated with the recording so that the user can properly see their recording of interest.

To run the script:

You will have to change the device_id = “XX-XX-XX-XX-XX-XX” to the MAC address or UUID ID of the device you are using.

You will be able to find the device ID in the terminal output of previous IDUN Python SDK scripts you have run.


device_id = "XX-XX-XX-XX-XX-XX",

The script will then ask you to enter a password, this password is printed on the ID Card that is inside the IDUN box.

Get information on a single recording

To get a single recording, you will have to run get_info_single.py.

To run the script:

You will have to insert the device_id = “XX-XX-XX-XX-XX-XX” and the recording_id=“xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx”.


device_id = "XX-XX-XX-XX-XX-XX", recording_id="xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"


Note: If you forget the password or lose the ID Card, please follow the steps described in Lost/ Forgotten Password.