Software install and sample data¶
This tutorial will guide you through installation of software tools on your workstation, download of sample data and some simple data analysis steps.
Software installation¶
The tools you need are bundled with the Living Optics Camera Software Development Kit (SDK), which is available for download on our cloud portal.
- Register with the cloud portal to gain access.
Tip
If you have already previously registered with our cloud portal, you can just login using your credentials.
- Download and follow the SDK install guide here to get setup on your workstation.
Sample Data¶
- Grab some sample data by pointing your browser here and click the
Download
icon. Unzip to a local directory on your workstation.
Next steps¶
- Explore the sample data files with the
data
tool included as part of the Living Optics SDK by:- Opening a terminal.
- Activating your virtual environment (created during the SDK install process).
- Typing
Data
to start the GUI tool.
- Checkout the
analysis
tool using a.lo
dataset by following our tutorial. - Go even deeper with specific python code examples for computer vision tasks at our github page.