You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for the code.
I want to download the files from the camera to a raspberry pi. I have tried two methods:
Methos 1.
After each record, download last files.
I have made a loop to make 10 recording, and it seems like after about 6 or 7 recordings and uploading, it stop
Method 2.
Make all recordings and then download all.
I have made a loop to make 10 recordings. When it is done recording, loop through the media and download aal the files. This work to some pint, but again seem to stop after a while. I have put a 2 seconds delay in after each download, which seems to make it a bit more stable.
Have you encounter the same problem?
Is there a way to see what the reason for stopping can be?
The text was updated successfully, but these errors were encountered:
Hi, thanks for the code.
I want to download the files from the camera to a raspberry pi. I have tried two methods:
Methos 1.
After each record, download last files.
I have made a loop to make 10 recording, and it seems like after about 6 or 7 recordings and uploading, it stop
Method 2.
Make all recordings and then download all.
I have made a loop to make 10 recordings. When it is done recording, loop through the media and download aal the files. This work to some pint, but again seem to stop after a while. I have put a 2 seconds delay in after each download, which seems to make it a bit more stable.
Have you encounter the same problem?
Is there a way to see what the reason for stopping can be?
The text was updated successfully, but these errors were encountered: