@camera.ui/camera-ui-reolink 1.1.4 → 1.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/bundle.zip +0 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## [1.1.5]
|
|
2
|
+
|
|
3
|
+
- WiFi cameras no longer go missing when you search for cameras. Some models ignore the search for the first ten seconds, so they showed up only every other try. The plugin now keeps looking in the background, and a search finishes in two seconds instead of ten
|
|
4
|
+
- Sound and picture now share one clock. The camera sends its audio without any timing information, and the plugin was starting the audio clock from scratch instead of from the picture, which is why audio and video could not be lined up in recordings
|
|
5
|
+
- Two-way audio works again. The camera stayed silent because your voice arrived on a second connection that the plugin threw away; both connections now reach the camera
|
|
6
|
+
- The spotlight switch now follows the camera. When the camera turns its own light on, or you switch it in the Reolink app, camera.ui shows it instead of staying on the last state it set itself
|
|
7
|
+
- Cameras that listen for a baby crying now get their own audio detection sensor, instead of the sound showing up as if it had been seen in the picture. The sensor appears the first time the camera actually reports one
|
|
8
|
+
|
|
1
9
|
## [1.1.4]
|
|
2
10
|
|
|
3
11
|
- New cameras now get "Preload" turned on for every stream and "Hot mode" for the main and sub stream, so the live view opens without the long wait
|
package/bundle.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "Reolink",
|
|
3
3
|
"name": "@camera.ui/camera-ui-reolink",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.5",
|
|
5
5
|
"description": "Integrates Reolink cameras and doorbells into camera.ui via the native Baichuan protocol, with device discovery, live streaming, two-way audio, and motion, AI object, battery and doorbell events.",
|
|
6
6
|
"author": "seydx (https://github.com/cameraui/plugins)",
|
|
7
7
|
"main": "./main.go",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"os": [],
|
|
42
42
|
"cpu": [],
|
|
43
43
|
"optionalDependencies": {
|
|
44
|
-
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.
|
|
45
|
-
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.
|
|
46
|
-
"@camera.ui/camera-ui-reolink-linux-amd64": "1.1.
|
|
47
|
-
"@camera.ui/camera-ui-reolink-linux-arm64": "1.1.
|
|
48
|
-
"@camera.ui/camera-ui-reolink-windows-amd64": "1.1.
|
|
49
|
-
"@camera.ui/camera-ui-reolink-windows-arm64": "1.1.
|
|
50
|
-
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.
|
|
51
|
-
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.
|
|
44
|
+
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.5",
|
|
45
|
+
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.5",
|
|
46
|
+
"@camera.ui/camera-ui-reolink-linux-amd64": "1.1.5",
|
|
47
|
+
"@camera.ui/camera-ui-reolink-linux-arm64": "1.1.5",
|
|
48
|
+
"@camera.ui/camera-ui-reolink-windows-amd64": "1.1.5",
|
|
49
|
+
"@camera.ui/camera-ui-reolink-windows-arm64": "1.1.5",
|
|
50
|
+
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.5",
|
|
51
|
+
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.5"
|
|
52
52
|
},
|
|
53
53
|
"files": [
|
|
54
54
|
"bundle.zip",
|