ReolinkCameraAPI / reolinkapipy

Reolink Camera API written in Python 3.6
GNU General Public License v3.0
205 stars 45 forks source link

Start Recording/Alarm manually - List of Python Commands #52

Open ghost opened 2 years ago

ghost commented 2 years ago

How can I start/stop a recording manually? And how can I trigger the audio alarm or Flashlight manually? What are the commands for this? Is there a complete list of all Python commands? Thanks Jo

danieleratti commented 2 years ago

To start the audio alarm the command should be: AudioAlarmPlay but it's not clear the body post payload...

Benehiko commented 2 years ago

Hi @PortScanner,

Unfortunately, the library does not implement the whole Reolink API as it takes quite a bit of time to implement. From what I can see in the document I have, which hopefully contains all the Reolink API information, does have an API to start/stop a recording at will. The other option is to pull the feed to your device and record it manually there.

You can also take a look at the document attached below.

This document was provided to me by a discord user here CGI.docx