| Could I ask for some advice? I was gifted a new rando chinese IP cam that uses the mobile app. It's not googlable. I've been using as a outside security camera. The camera saves to an SD card continuously, and has a paid option to use the cloud which I did not take. It has a mobile app, KP WIFICAM, which lets me view the feed in real-time even over the Internet. I can even view or download the past few days of recordings on the SD card from a menu. However, they are separated into chunks of 10 minutes, so I would have to manually download nearly 100 files files (tap, Download, wait to finish, move to next clip) to get a single day of recordings. How could I automate/simplify the downloading of these clips from the SD cards to my laptop? How is the mobile app listing the recordings and fetching them? I ran a tool called Agent-DVR and it found the camera feed using a format called ONVIF. So I think the mobile app uses this protocol https://stackoverflow.com/questions/29159422/get-data-from-l... , is there a tool like this available for Linux I could use without spending a couple of days installing a developer environment and writing my own code? |