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).
@user_709249109594289_709249109594289 Get the SIM from the camera and insert it in your smartphone and from the location of the camera check whether you are connected to 3G or 4G/4G+. Change the APN on your smartphone. Download Ookla speed test appl from playstore and check the DL/UL speed. Note that from camera's side it is the upload which is important. I don't have a 4G Reolink camera. Most probably you cannot change it. So email Reolink support and maybe they can send you a modified firmware.
@user_709123426357433_709123426357433 It is very easy to set up and I have it on a number of cameras. On the ftp server (you may install FileZilla or cerberus ftp server fir testing) you need to create a user and grant permissions. You need to enable FTP and FTPS. Then install Filezilla client on the same PC and try to transfer a file to the ftp server using ftp and ftps. If all is OK then configure the ftp on the camera. Ensure there is no firewall rules between the camera and the ftp server.Follow this link https://support.reolink.com/hc/en-us/articles/360003493434-How-to-Set-up-FTP-via-Reolink-App/#:~:text=Server%20Address%3A%20Type%20in%20the,required%2C%20please%20enable%20Anonymous%20FTP.UPDATE 1: According to its specs, this cam supports only FTP. FTPS is not supported.UPDATE 2: This is a new firmware. So now they added FTPS.
@das-dos_208145718501556 Try the following. Assume you have set preset index 6. in API v8 I cannot find any function which allows you to focus only. curl -s -k -X POST -H "Content-Type : application/json" -d "[{\"cmd\": \"GetAutoFocus\",\"action\": 1,\"param\": {\"channel\": 0}}]" "https://192.168.1.XXX/cgi-bin/api.cgi?user=#username#&password=#password#"curl -s -k -X POST -H "Content-Type : application/json" -d "[{\"cmd\": \"GetPtzPatrol\",\"action\": 1,\"param\": {\"channel\": 0}}]" "https://192.168.1.XXX/cgi-bin/api.cgi?user=#username#&password=#password#"You can use GetPtzPresetcurl -s -k -X POST -H "Content-Type : application/json" -d "[{\"cmd": \"SetAutoFocus\",\"action\": 0,\"param\": {\"AutoFocus\": {\"channel\": 0,\"disable\": 1}}}]" "https://192.168.1.XXX/cgi-bin/api.cgi?user=#username#&password=#password#"curl -s -k -X POST -H "Content-Type : application/json" -d "[{\"cmd\": \"StartZoomFocus\",\"action\": 0,\"param\": {\"ZoomFocus\": {\"channel\": 0,\"pos\": 6,\"op\": \"ZoomPos\"}}}]" "https://192.168.1.XXX/cgi-bin/api.cgi?user=#username#&password=#password#"curl -s -k -X POST -H "Content-Type : application/json" -d "[{\"cmd\": \"SetAutoFocus\",\"action\": 0,\"param\": {\"AutoFocus\": {\"channel\": 0,\"disable\": 0}}}]" "https://192.168.1.XXX/cgi-bin/api.cgi?user=#username#&password=#password#"Note that I didn't test these APIs as I am at the office.
@user_709123426357433_709123426357433 Are you using FTP or FTPS? Install Cerberus ftp server on your PC and try to ftp files to your PC. This shall confirm that from camera point of view, the ftp is working correctly.If you are technical, then capture a trace between the camera and the Fritzbox. Then use wireshark to identify the issue.And make sure you have the latest firmware version. Go to Reolink download center and check it out.
@railfan-arizona_485965826351268 That means that they have improved the network connectivity protocol when establishing communication with the camera. Maybe this is the outcome of complaints raised by customers. Normally Reolink recommends to opt for resetting the configuration after an upgrade. This may be due to the fact that some upgrades may include new parameters or may create conflicts with the existing settings. However, if you really need more details then I suggest you to email Reolink support.
@shane Depends which HW version. I have the IPC_515BSD6 (E1 Zoom) and IPC_566SD65MP (E1 Zoom Pro) and they both support 256GB micro SD.
@das-dos_208145718501556 We customers are MOSTLY right. Appreciate if you report the issue to Reolink support.
@das-dos_208145718501556 It has been added to the new client v8.11.0. Check it out on their download center.
@andré-figueiredo We have requested Reolink to implement.
@user_688553299710184_688553299710184 While on the Reolink client, click on Network, then Advanced and Server Settings. If you are using http make sure this is enabled otherwise if using https ensure this is enabled. While in Network menu get the IP leased from the DHCP.You can use the DDNS and use the URL to access the camera. May require port forwarding on your router.
@user_708545852252350_708545852252350 From the info of the camera get the UID........9527000XXXXX. Now go to the Android application and click the + sign at the top right hand and input this UID. You will be prompted to enter the username and password of the camera. I don't know which camera you have. Non battery operated cameras have two accounts, namely, Admin and User. Admin can do everything but USER is limited to viewing and unable to change parameters. So if this is your case I would add another user and give its credentials.Check this too.https://support.reolink.com/hc/en-us/articles/360006916814-How-to-Share-Your-Device-s-UID-QR-Code-with-Others/?gclid=Cj0KCQjw7uSkBhDGARIsAMCZNJsMvqfTHOrw_Y9EcpcdGtjRd8GC21pBQtOsorttzNfPXjZtN-1TWwcaAlmqEALw_wcB
@mykolas-stravinskas_193508450087094 The best way is to access the camera directly and update in a similar way you do for the NVR (unless they update NVR software to upgrade cameras connected directly to the NVR). This is one of the advantages of connecting the cameras to an intermediate switch which is connected to the router.
@big_ted I did a quick check and observed the following.
I will report them to the senior support. The issue of the CLEAR stream related to the DUO 2 has to do with some old libraries being used in the development (old MS C++ distribution packages, DirectX, etc) and is not in my notebook. In 4 years time this is the first time I encountered the issue of no video. Will troubleshoot it later on.
@lars_455575943418087 There is no function in the API_v8 doc which allows you to list the alarms generated on a particular date. Maybe you can make a request to Reolink support to include it in the future releases of their API.
@mrfchirpy_328132979335308 Follow this https://support.reolink.com/hc/en-us/articles/900000592706-How-to-Remove-or-Uninstall-Micro-SD-Card-from-Reolink-Cameras/
@user_708234356568235_708234356568235 Good.
@ella-boo-bella_396810348597438 Storing to micro SD and cloud are totally independent. Check this link https://support.reolink.com/hc/en-us/articles/360009533274-Introduction-to-Cloud-Storage-and-SD-Card-Storage/And follow this to bind cameras to existing cloud account https://support.reolink.com/hc/en-us/articles/360008584054-How-to-Bind-Reolink-Cameras-to-the-Existing-Cloud-Account/After binding them go in front camera and watch the recorded clip on the cloud. Just ignore the test for the moment.
@back-yard_689485145616589 Use the Multi View icon on bottom right.Follow this link https://support.reolink.com/hc/en-us/articles/4415025489049-How-to-Enable-Multiple-Windows-Display-on-the-Reolink-Client-New-Client-Video-/
@dalewilton_272917523386496 RLC-522 has been discontinued and has been replaced by RLC-822A. RLC-811A is a good choice. I have the RLC-511WA for 3 years and never had any issue and did never missed a detection. It is well worth considering if you are looking for a reliable and high-quality surveillance solution and the price is very reasonable. It does almost everything imaginable except for Pan and Tilt.To compare the various camera I suggest you to check this link https://reolink.com/comparison/ and see the specs of the cameras side by side.
@burkm_172321696190677 You are right to ask. We have been requesting Reolink support to keep the download center updated with the latest stable firmware and possible with all the firmware developed for each model. The same applies for the clients. This is a simple job and won't entail a Phd :). The more organized you are the more trust customers have in YOU.
Welcome Back!
Hi there! Join the Commnunity to get all the latest news, tips and more!