roleoroleo / yi-hack-MStar

Custom firmware for Yi 1080p camera based on MStar platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What frequency cam xmit data to FTP?

paologalli64 opened this issue · comments

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

commented

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.