How can I set the save path? #533
-
|
Hello I tried my best to find how to change the save path of image, but I can't. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Are you trying to have raw images be saved to somewhere other than As a hacky workaround, the best we can do right now is for you to copy all of your images in (note: the above commands will delete all of your data in |
Beta Was this translation helpful? Give feedback.
Are you trying to have raw images be saved to somewhere other than
/home/pi/data/img? If so, unfortunately the PlanktoScope software currently does not support that. What problem are you trying to solve by changing where images get saved?As a hacky workaround, the best we can do right now is for you to copy all of your images in
/home/pi/data/imgto external storage, delete the/home/pi/data/imgdirectory, and replace it with a symlink to some other directory. For example, if you want to instead save your images to/home/pi/my/favorite/directory, you can open the Cockpit Terminal at http://planktoscope.local/admin/cockpit/system/terminal (usernamepi, passwordcopepode), and run the foll…