markszabo / tapo-c200-timelapse

This is my setup to take time-lapse videos from my balcony with a Raspberry Pi using a TP-Link Tapo C200 IP-Camera
91 stars 17 forks source link

Pictures not in folder #5

Closed hkavsc closed 4 months ago

hkavsc commented 5 months ago

Hi,

the program looks like it works fine, but the pictures are not in folder?

2024-03-06-224851_1920x1080_scrot

markszabo commented 5 months ago

hi, hm, that's weird. My first guess is that it is a UI bug: the file viewer might not update the list of files immediately. Can you try listing the files with ls -la in the folder? This should also show you the file and folder permissions to see if those are off (though that should result in an error).

Btw your screenshot contains the password for your stream (first line of the config file), so you might want to change that if you haven't already

sreimler commented 5 months ago

I think I'm having the same issue. Script appears to run fine and folder with the name of the day within the timelapse folder is being created. However, no actual images get saved to the folder.

Does anyone have an idea on how to resolve or debug that?

sreimler commented 5 months ago

Can confirm that this works with ffmpeg as implemented in #6. Thanks!

markszabo commented 4 months ago

Thanks for the confirmation, closing this issue then