rmc_website/dsidev/sd2photo.html
2023-12-05 23:28:44 -05:00

6 lines
613 B
HTML
Executable File

---
layout: devinfo
app: sd2photo
---
SD to Photo is a tool that copies all photos from the SD card to the photo region of NAND while also preserving directories. For example, an image at <code>sd: / DCIM / 100NIN02 / HNI_0001.JPG</code> will be stored in NAND as <code>photo: / DCIM / 100NIN02 / HNI_0001.JPG</code>.<br>This applies to images outside of the DCIM directory, so an image at <code>sd: / testdir / amongus.png</code> will be stored as <code>photo: / testdir / amongus.png</code><br><br>The app will first display a black screen (loading), switch to red (copying photos), and end on blue (finished).