reolinkapigo icon indicating copy to clipboard operation
reolinkapigo copied to clipboard

Reolink camera api in Go

Results 8 reolinkapigo issues
Sort by recently updated
recently updated
newest added

https://reolink.com/product/reolink-go-plus

When querying an RLC-820A on the latest firmware the response from the camera is that the wifi is `0` and not a boolean `false` I have written a fairly ugly...

resolves #13 A proposed fix when unmarshalling device info.

Response example data for `GetWifi` and `ScanWifi` is missing. Currently wifiInfo, err := camera.API.GetWifi()(camera.RestHandler) scanWifiInfo, err := camera.API.ScanWifi()(camera.RestHandler) will return nothing due to the struct being empty.

help wanted

The `ImageSettings` have quite a range of options that could be set, however I could not create all the enums for each setting due to not having the range values....

help wanted

Requires Testing on a live camera for initial release. Examples of how to implement and use the library are in the examples folder. https://github.com/ReolinkCameraAPI/reolink-go-api/tree/main/examples

testing

When the RTSP stream is not of the correct encoding the following error happens: Fix Format may be raw PCM 97 96 This crashes the whole application instead of just...

bug

I understand that you can only get or set the configuration of recordings but not start/trigger recordings via API. Is there a real technical obstacle that prevents API to start...