Changing Directory where photos are saved #119
-
Long time listener first time poster :D I was just wondering is there anyway for me to be able to change the default image save location to either USB or NVME drive on the PI ? So that we can save storage on the PI and also save processing power . thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thanks for posting! For the USB location, you'll just need to change L573 in NVME is a great idea! I don't have any experience with that though, but it seems there are a few different tutorials out there on how to boot from one, so presumably how to save to one wouldn't be too tricky. Hopefully this helps - let me know if you run into any issues. |
Beta Was this translation helpful? Give feedback.
Thanks for posting!
For the USB location, you'll just need to change L573 in
owl.py
to whatever directory/USB drive you're saving to. As default it currents just saves to this directorysaveDir='images/bbox2',
but if you add a USB it should appear in the home/pi/media/YOUR_USB_DRIVE directory. Double check this is working first with a screen - we've had issues in the past saving to a USB drive.NVME is a great idea! I don't have any experience with that though, but it seems there are a few different tutorials out there on how to boot from one, so presumably how to save to one wouldn't be too tricky.
Hopefully this helps - let me know if you run into any issues.