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).
Can you please post a list to the CGI list?p.s. My initial assumption was that the camera would record a motion file and after the recording finished, it would then FTP the file. This was not correct. What happens is the camera opens an FTP session immediately and begins sending the file as it is also being recorded to the SD Card (and, if someone just happens to be viewing the camera at this instant, it is also streaming the file to the viewer). I have compared SD recordings that I have "Downloaded" against FTP files, and they are definitely different. There is a parameter in the Client software called "FTP Lag". I thought this was how long to wait after the recording ended before sending. Not true. It is actually how long to keep recording after motion ends.If the network bandwidth is really low, I have no idea (at all) what will happen when the FTP recording gets farther and farther behind. Maybe it will produce "gaps"? Maybe it will..... No idea.
Do I recall correctly that there is a maximum number of files on the SD Card, no matter how large the SD Card is? My (original) Argus cameras have 16GB SD Cards in them, and they have 9GB open space, even though they have been active for months and months.
Not really. If the cameras are like those typically sold with NVR's, they have no internal storage. All of the recordings are on the NVR. You could watch "live", directly from the camera, but you can do that through the NVR as well.If there is a good reason, I can't imagine what it is.
Wiring would be a major issue for most customers. Just as a side note, I have not (yet) purchased a doorbell camera because my doorbell is mounted "sideways" next to the front door. The door is recessed and the only reasonable way for the builder to run the bell wire was down the small "side wall". So, a doorbell camera will get a good view of someone who is standing at the front door (sideways to the camera), but will be invisible to the camera until they literally are touching the front door.
Carl is being too nice. There is zero chance that the Arlo camera firmware will be reworked from PIR to pixel motion detection. And, yes, PIR does not work through glass.I, also, have Arlo cameras that are USB powered and thus have no need for the battery saving parameters. I wish we could override them.
(I may be mistaken, but...) The Download page has links only to the "current firmware" for cameras. My guess is that support can provide a link to older firmware (or explain how to accomplish what you want to do).I would email the problem to support@reolink.com They are in Hong Kong, which may be many time zones away. I always get a detailed response within 24 hours.
We are on the same wavelength. Every product can be improved. Some of the things I have wanted Reolink to change are:
Sorry, but I respectfully disagree. The cameras are inexpensive because the vendor has practically no overhead. I find the build quality, packaging, and software to be equal to other products. I do not frequent user forums for other brands, but my guess is that there are an equal number of complaints about, "why doesn't it do THIS (or THAT)". If customers want a telephone support line, that cost has to be reflected in the product cost.I certainly have disappointments with the product (mostly the firmware). If I had spent three times the money, I would be VERY upset.
I agree. This is similar to the situation when the camera changes from Daylight (color) mode to Night (black & white) mode. It generates a "motion" event. People have mentioned for over a year how frustrating it is to open such a recording and find that literally "nothing moved".
Most of the people who visit this forum are customers (like you). Maybe someone will have a suggestion. I would also (1) email the question to support@reolink.com, and (2) find another camera in a hurry because support is in Hong Kong which is in an entirely different time zone.You can also try a "hard reset" by holding the reset button for at least 10 seconds. At that point, it will respond ONLY to an ethernet connection. You mention trying smartphone app, web interface, and desktop client. After a hard reset, it cannot respond to the smartphone app, but should respond to web and desktop client. The user name should be reset to "admin" and the password should be blank.
Ah, I see now. My focus was on the question by "per". My guess is a native Linux client is beyond the capabilities at Reolink (and, only a tiny fraction of market share so not likely to be a high priority). Maybe instead of a unified solution (one program), there might be more success in separating the "configure" function from the "monitoring" functions. i.e. use the web interface to set up cameras, and use something else for viewing/recording, etc. On Windows, people report using Blue Iris with Reolink cameras.I know it is frustrating. I simply LOVE the Reolink 5MP cameras. The price/performance ratio is superior to any other commonly available cameras.
Perhaps I am missing something. When I connect to my Reolink RLC-420 camera with a web browser, and click on Settings, under System there is a choice for Maintenance which includes firmware update. If the goal is to update firmware in the camera, it seems like a web browser can do that.
A description of the environment might be useful. I, personally, do not have a DVR, so my Reolink cameras all have SD Cards. When I go into "Playback" mode, there are choices at the bottom of the screen for 1x, 2x, 4x, 8x, 16x which seems like "fast forward" to me. I do not see a red or green cursor, so maybe that is a function of the NVR?Which version of client software is not able to set the detection area? (mac/pc). Is this on the camera or on the NVR?
The Argus battery-powered cameras do not include a web interface. The Reolink Windows Client software will connect to the camera and when you select "Playback" there are two options: (1) to view motion recordings in the Client software by selecting them at the bottom of the screen. (2) by "Downloading" recordings to the PC hard drive and playing them with software like VLC or 5KPlayer.
Oh, cr**p. I have the same cameras, but put SD Cards in them instead of using an NVR. (They are GREAT cameras!)Wish I could help, but the issue seems to be with the Android app and the NVR.The web site indicates that this NVR package works with Mac/Windows clients and with a web browser.What happens when you connect to the NVR with a web browser?Do you have a PC or Mac that can load the Reolink client software?I know this isn't help "solving the problem". Sometimes it is useful to know if one type of access works and another does not, or if they all have the same issue.
Probably helpful to identify which Reolink camera you have. Is there an SD card in the camera? What are the "record" settings?On my Reolink Android app, when I select an Argus camera, for example, and select "Playback", I get a display with calendar days and a timeline. I then select which day and which recording I want to view.
I FTP files to my desktop computer. In order to keep from filling up the hard drive, I run a Windows batch script every day to delete files older than a certain number of days. Here's what it looks like:REM Delete all files over 15 days oldREMECHO FTP File Cleanup Begins %date% %time% >C:\Users\Dick\FTP-file-cleanup.logforfiles /P F:\Reolink\FrontDoorCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\SideCam /S /M *.* /D -15 /C "CMD /C DEL @PATH"REMREM Delete all JPG files over 3 days oldforfiles /P F:\Reolink\FrontDoorCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"forfiles /P F:\Reolink\SideCam /S /M *.JPG /D -2 /C "CMD /C DEL @PATH"REMREM Delete all MP4 files less than 10MB - Get rid of nonsense motion files (too short to be useful)forfiles /P F:\Reolink\FrontDoorCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\HondaCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\PickupCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"forfiles /P F:\Reolink\ShedCam /S /M *.MP4 /C "CMD /C if @fsize lss 10000000 DEL @PATH"REMREM Delete all totally empty directories ROBOCOPY F:\Reolink F:\Reolink /S /MOVEREMECHO FTP File Cleanup Ends %date% %time% >>C:\Users\Dick\FTP-file-cleanup.log
Your observation is correct. Recordings saved using FTP and "Download" are rejected by Windows Media Player. I use VLC and 5KPlayer, which both are able to process the recordings. My guess is that using the "Record" option during playback means that the Windows Client program is creating the video file. So, recordings made by a Windows program are acceptable to Media Player. Recordings made on the Reolink camera (a version of Linux) are not.
If someone is taking suggestions, this is one of my issues as well. "Channel" appears to refer to an NVR concept that simply does not apply to the web interface. Each window has exactly one camera, and every camera is called "CH1". It makes much more sense to have the camera name up there, or just nothing at all.
Which Reolink camera is this?
Welcome Back!
Hi there! Join the Commnunity to get all the latest news, tips and more!