samtap / fang-hacks

Collection of modifications for the XiaoFang WiFi Camera
1.67k stars 340 forks source link

Save video files to sd card #33

Closed psmanek closed 7 years ago

psmanek commented 7 years ago

Hi, camera only stream video, but does not save it do sd card. Any ideas?

samtap commented 7 years ago

It's fairly easy to modify the rtsp server code and save all frames to a file. The difficulty is in making it configurable, i.e. enable/disable it on the fly, split files, circular buffer, record on motion detection etc.

The first step is merging the snx rtsp server with the latest rtsp server codebase, then we can start on adding features. The current rtsp server is a hack and I don't want to waste time on improving it...

psmanek commented 7 years ago

ok, so 512MB sd card is more then enough :)