JurajNyiri / pytapo

Python library for communication with Tapo Cameras
MIT License
279 stars 58 forks source link

Start/Stop recording #73

Closed NicoCaldo closed 11 months ago

NicoCaldo commented 1 year ago

I've a Tapo C210

Is there a way to start/stop recordingS that are saved on the SD?

NicoCaldo commented 1 year ago

No chance for this?

JurajNyiri commented 11 months ago

There are following functions for recording based on https://md.depau.eu/s/r1Ys_oWoP.

"getRecordPlan":                {"method":"get"},
    "setRecordPlan":                {"method":"set"},
    "getCircularRecordingConfig":   {"method":"get"},
    "setCircularRecordingConfig":   {"method":"set"},

They will need to be implemented first to modify recording behaviour.

JurajNyiri commented 11 months ago

getRecordPlan, setRecordPlan, getCircularRecordingConfig and setCircularRecordingConfig is now included in https://pypi.org/manage/project/pytapo/release/3.2.17/