**Currently:** the only storage for OS, data, code is MicroSD **Planned:** OS & Code on eMMC Storage captured images on external SSD. - [x] Boot from eMMC - [ ] Mount external SSD - [ ] Fix paths in code: https://github.com/Addalin/cameranetwork/blob/02ffc27cc45250f520f333b2f748cec080a9158a/CameraNetwork/global_settings.py#L396-L431 - [ ] Find and fix any other relevant paths in code - [ ] Add option to choose between external SSD Storage for captured images or internal. Should probably be configured in [setup_camera.py](https://github.com/Addalin/cameranetwork/blob/master/scripts/setup_camera.py)
Currently:
the only storage for OS, data, code is MicroSD
Planned:
OS & Code on eMMC Storage
captured images on external SSD.
Boot from eMMC
Mount external SSD
Fix paths in code:
cameranetwork/CameraNetwork/global_settings.py
Lines 396 to 431 in 02ffc27
Find and fix any other relevant paths in code
Add option to choose between external SSD Storage for captured images or internal. Should probably be configured in setup_camera.py