Reolink E1 Outdoor CGI API Bug
-
Hi!
I finally managed to use the CGI API of my E1 outdoor with PTZ commands by making calls to https instead of http.
But I think there is a bug in calls to setAiCfg: I wanted to set the aiTracking on and to people. So I call API with setAiCfg/aiTrack=1/trackType-people=1/AiDetectType-people=1
I got a 200 response code (means ok), but if I check with GetAiCfg the aiTrack parameter is set to 1 (correct) and the type-people is ALWAYS set to 0.
I can check this in the web UI, where the check box for people tracking is unchecked after that.
With this combination (aiTracking set to 1 but no track type chosen) the ios app of Reolink crashes if I try to switch on motion detection!
Will there be a bug fix so users can switch on person tracking with CGI API?