Reolink Updates Learn More
Meet Reolink at IFA 2025! 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 have mentioned this several times. It makes SO much sense.I also think there is no reason not to have SETTINGS for several parameters."Prerecord", for example, seems to be a fixed number of seconds or none at all.The user should be able to set up to some maximum value, say 0-20 seconds.Post record is the same.I finally solved the "flying insect problem" by purchasing separate Infrared LED lights and placing them 6-8 ft. away from the camera. Bugs are drawn to them and do not appear to be BIG BRIGHT OBJECTS to the camera.
I believe under Profile... Settings (gear symbol) there are options for what notifications to receive.
I believe that all important settings are kept on the cameras themselves. When the Client program starts on the new computer, it will scan the LAN looking for cameras and import the settings from them.
I agree with Fiona that FTP is based entirely on the server IP address. When the server is on the LAN, FTP will not attempt to access the internet.(caveat: I have no NVR. My individual cameras FTP motion recordings directly to the LAN FTP server.)On the cameras, there is an option in the FTP setup to "Test" the FTP settings. Took me several tries to get the FTP logon information/password/directory parameters correct.Should be relatively simple to do a "Test" with a live internet connection and also without a live internet connection.
Absolutely. I have two "battery" cameras that are USB powered. The battery cannot possible run down, so this alert is not useful.
I know of no method to set a constant FTP file name on the Reolink RLC cameras. (Battery powered cameras do not support FTP at all.)(Lack broad experience with web cams, but some brands such as Wyze and Arlo also lack FTP.)The effect you seek may be possible some other way, such as:
support.reolink.com/hc/en-us/articles/360007011233-How-to-Capture-Live-JPEG-Image-of-Reolink-Cameras-via-Web-Browsers
I agree. Would even go so far as to ask to be able to specify the notification sound for each camera and the volume level.
Click on the Plus sign ("+") and the Reolink Windows Client application will automatically search the local IP subnet for cameras and display any that it finds.To add cameras that the program does not find on the local network, enter the UID code for the camera in the box and the program will search the Reolink "Cloud" for the camera, similar to the way the Reolink Apple or Android app does.
My guess: People will be ice skating in.... (that place) before Reolink releases a camera with PowerLine built in. That's not their 'niche'.A substitute would be either:
Would you mind sharing the reasoning for not using Google to watch for and notify of new Reolink app versions?
@joseph_1979 Correct. The RLC-423 requires IEEE 802.3at (often marketed as POE+), which is different from the original IEEE 802.3af Power over Ethernet.
Both the Windows Client and the Android app have an option to set Download to Clear or Fluent. (If this stupid software allowed users to upload screen shots I would do so - sigh)I have asked Reolink about access to the actual "full resolution" image (i.e. the RAW image) Reolink confirmed that there is no method for users to gain access to the actual full resolution image.Rather, like many smartphone cameras, the camera hardware module that is included in Reolink cameras produces single images as JPEG compressions and video streams as H.264 or H.265 compressed streams. It would be wildly impractical to stream a full resolution picture.
@joseph_1979 Thank you. Sorry to vent about this horrid forum interface. It is just so annoying.No. This additional feature on the RLC-1212A does not appear to be related to "Perimeter Protection and Smart Event Detection". This (Beta) feature draws a box around people, animals, and vehicles that are moving. Unfortunately, it chooses to draw boxes around vehicles that clear are NOT moving.Not that the camera has been on this firmware release for a day, I will open some recordings and see what it does to people and animals.Appreciate your help.
Also, inserting a screen capture into a post results in the word "undefined" rather than the actual image.
Just installed v3.1.0.5036 on an RLC-1212A, dated Sept 3, 2025. The new "beta" feature is to mark "moving" objects:Alas, four vehicles which are clearly not moving have rectangles around them, but a vehicle which clearly moves across the picture does not.This is SO SAD.
The app can access the NVR remotely (from networks other than the local network that the NVR is connected to), but cannot access from a network connected via Starlink?
A full resolution 8MB (or 12MB) image might be "too large" for many email systems to process. FTP download would not have this restriction.
@user_987361122091173_987361122091173 Agree entirely. What is the point of (my camera) being 12MB (4,512 x 2,512) if the size of one frame is 1,061,337 bytes when it should be 11,334,144 bytes.
@grod777_275772032561320 Several of my Reolink cameras backup recordings to folders on a hard drive using FTP. This script runs every day to eliminate JPG files older than 4 days and MPG recordings older than 21 days:ECHO Job begins %date% %time%ECHO Remove JPG files older than 3 daysForfiles /p D:\Reolink\E1Outdoor /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\FrontDoorCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\HondaCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\PickupCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\ShedCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\SideCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\TestCam /s /m *.jpg /d -3 /c "cmd /c del @file /f /q"ECHO Remove MPG files older than 21 daysForfiles /p D:\Reolink\E1Outdoor /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\FrontDoorCam /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\HondaCam /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\PickupCam /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\ShedCam /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\SideCam /s /d -21 /c "cmd /c del @file /f /q"Forfiles /p D:\Reolink\TestCam /s /d -21 /c "cmd /c del @file /f /q"ECHO Remove Empty DirectoriesRobocopy D:\Reolink D:\Reolink /S /MOVEIt probably would have worked to simply run the Forfiles command on D:\Reolink rather than having a line for each camera folder. Once it was working correctly, I have not looked at this batch file for a couple of years. Probably I had some idea that it might be useful to keep files from some cameras longer than other cameras?
Using the vendor smartphone app is the easiest way to gain access to cameras when not connected to the local network. "no muss no fuss. It just works."Many RLC cameras support http and https access (RLCs and some others, such as the E1 Outdoor) Any web browser can connect directly to the camera and view live video or saved recordings.The major impediment to this is that doing so requires that the user set up a method to connect through the router to a specific local IP address - for each camera!Imagine there are three cameras at 192.168.1.21, 22, and 23. Because http uses port 80, that means the router will have to be set up to forward one outside connection to 192.168.1.21:80, another port to 192.168.1.22:80, and another port to 192.168.1.23:80. for example:External port 8081 to 192.168.1.21:80External port 8082 to 192.168.1.22:80External port 8083 to 192.168.1.23:80The user has to remember when using the web browser to enter the public IP address of the home router and the correct port number for each camera.PLUS... this means that anyone who scans ports 8081, 8082, and 8083 will find they are "open" web servers and can attempt to hack into them. (not likely to succeed if the camera password is strong.)SO much WORK. Why not just use the app to start with?
Welcome Back!
Hi there! Join the Commnunity to get all the latest news, tips and more!