Sylvain Berfini

Results 168 comments of Sylvain Berfini

I don't know how it's working but in the reolink apps you can take a snapshot during the preview.

> There is also: http://192.168.1.234/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=dfsew3e435ef&user=&password= Sadly as state on the Reolink support page (https://support.reolink.com/hc/en-us/articles/360007011233-How-to-Capture-Live-JPEG-Image-of-Reolink-Cameras-via-Web-Browsers) this doesn't work for Lumus cameras.

Hi, Yes, we will be very glad to merge it. Can you send me your contributor agreement by email? Thanks a lot!

@Mickhopes Tu pourras jeter un oeil en meme temps que les Account stp ?

@JitainSharma it will be taken care of for release 5.0 of the SDK, please be a bit patient.

Depends if you rely on push notification or not, but if I recall correctly you do. Can you attach the full start-up logs?

In your case it seems the log is printed because connection to GooglePlayServices fails: ``` GoogleApiAvailability googleApiAvailability = GoogleApiAvailability.getInstance(); int resultCode = googleApiAvailability.isGooglePlayServicesAvailable(context); return resultCode == ConnectionResult.SUCCESS; ``` Do you...