reolinkapipy
reolinkapipy copied to clipboard
login error - is RLC-510a supported?
Hi, I tried to login using the following code:
from reolinkapi.camera import Camera
ip: str = '127.0.0.1'
username: str = "admin"
password: str = "12345"
https: bool = True
defer_login: bool = False
profile: str = "main"
c = Camera(ip, username, password, https, defer_login, profile)
c.login()
and I get the following error
[
{
"cmd" : "Login",
"code" : 1,
"error" : {
"detail" : "param error",
"rspCode" : -4
}
}
]
I am wondering if RLC-510a camera is supported, I don't see it in this issue https://github.com/ReolinkCameraAPI/reolinkapipy/issues/35