mnakada / atomcam_tools

Hack tool for atomcam and wyzecam.
Other
178 stars 22 forks source link

Record video on demand #60

Closed baudev closed 1 year ago

baudev commented 1 year ago

Hi!

I'm looking for a way to record a video when launching a command. We could imagine for example:

cmd record_video file_path

Currently there are only two possibilities:

Is there a way to do it? Thanks

gtxaspec commented 1 year ago

enable RTSP, and you can use ffmpeg to record the rtsp stream locally on the camera, or on a remote computer.

baudev commented 1 year ago

Not really great for resource consumption but if that's the only way I'll do it, thanks!