Open
Description
Hello!
I'm a newbie about Reolink Technologies but i try to connect with my Cam by using these APIs.
I tried to call cam.get_alarm_motion() but it's not working.
This is my code:
import datetime
import reolinkapi
if __name__ == "__main__":
cam = reolinkapi.Camera("192.168.1.2", "***", "***", defer_login=False)
cam.get_alarm_motion()
I kept secret my username and my password but i passed them to Camera object.
This is the response:
Login success [{'cmd': 'Unknown', 'code': 1, 'error': {'detail': 'not support', 'rspCode': -9}}]
Any suggestions? Thank you so much!
Activity
Benehiko commentedon Dec 12, 2023
What camera are you trying this on? I think only some camera's support motion detection.
Maybe the library is incorrect here, PR's are welcome!