iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
489 stars 78 forks source link

Rec folder duplication #206

Closed Sdb-sign closed 10 months ago

Sdb-sign commented 11 months ago

Hi, I am trying to use this with limited programming know how. I have managed to install and run it, but the rec folder is created with duplicates of the picam folder, and I am unable to delete the duplicates as they arent able to be found?

iizukanao commented 11 months ago

Hello,

I'm trying to fully grasp the situation you're encountering. It seems like there might be unintentional duplicates of the 'picam' folder within the 'rec' directory. If these duplicates were created by mistake and you wish to remove them, you can use the rm -rf command in the terminal. This command will forcefully remove the specified directories and their contents.

Sdb-sign commented 10 months ago

Hi, I managed to resolve this by deleting, rebooting and running the install process again.