roleoroleo / yi-hack-MStar

Custom firmware for Yi 1080p camera based on MStar platform
GNU General Public License v3.0
830 stars 110 forks source link

What frequency cam xmit data to FTP? #490

Closed paologalli64 closed 2 months ago

paologalli64 commented 1 year ago

Hello, I'm using YI Dome Camera X original firmware 4.0.0* and Mstar y30. All seem ok, but i dont understand when camera send .mp4 to ftp server. When i turn on camera, all data in SD card where sent to ftp, but after this trasmission, when start again the sync? On the SD card new files .mp4 where created every x mnutes, but no trasmitted to ftp server . I would be like that ftp was aligned continusly Can you help me? Thanks Paolo

roleoroleo commented 1 year ago

system.sh near the end: echo "* * * * * sleep 40; /home/yi-hack/script/ftppush.sh cron" >> /var/spool/cron/crontabs/root The script runs every minute with 40 secs offset.

github-actions[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.