adafruit / Adafruit_CircuitPython_PyCamera

Library for the Adafruit PyCamera
https://docs.circuitpython.org/projects/pycamera
MIT License
17 stars 9 forks source link

create /sd directory on CIRCUITPY drive #24

Closed jedgarpark closed 9 months ago

jedgarpark commented 9 months ago

if /sd directory is missing from CIRUITPY drive we currently throw an error 'RuntimeError: Mount point directory missing'. This shows up when using the viewer example code.py It would be great to make the directory for the user or add some instructions to the error on what to do to fix the problem.