Reolink updates Learn More
Meet Reolink at IFA 2024! Learn More
Reolink Q&A Learn More
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I would like to use the RLC-411WS as a weather camera, particularly to forward images to Weather Underground.However, I need a way to grab a jpg from it every minute or so.I'd prefer it send an image via ftp on a schedule, but the current firmware doesn't do that often enough (and I get files I don't want).I've got something cobbled together using the existing ftp setup, but how can I get jpegs more often?
are there any updates on this?a simple feature to only upload pictures every x seconds/minutes would be great.i dont need the video on my ftp, only like to save pictures every minute.this feature cant be hard to implement,hope this will be added soon
This request has been submitted to our R&D department and the engineers are estimating it. We will keep you updated if there is any progress. Thanks.
Hi There,Just installed the RLC-411WS and also need to have a simple way of capturing a snapshot every 5minutes, saving it to my PC, so that my weather software can then upload to my website and Weather Underground etc.Appreciate some guidance on this pleaseMany thanksNeil
You can request a JPG from a Reolink camera any time by using a URL such as:http://192.168.1.11/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=abcde&user=anonymous&password=passwordwhere:
#!/bin/bashcd /Users/steven/Documents/Beekeeping/BeeCam/TimeLapse/while truedooutfile=$(date +%Y-%m-%d-%I-%M)outfile+=.jpgcurl -o $outfile "http://192.168.1.11/cgi-bin/api.cgi?cmd=Snap&channel=0&rs=abcde&user=anonymous&password=password"sleep 60sdone
Welcome Back!
Hi there! Join the Commnunity to get all the latest news, tips and more!