Explorar el Código

fix resolution on reolink example

Blake Blackshear hace 3 años
padre
commit
5792cf042e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/docs/configuration/camera_specific.md

+ 2 - 2
docs/docs/configuration/camera_specific.md

@@ -89,8 +89,8 @@ cameras:
           roles:
             - detect
     detect:
-      width: 640
-      height: 480
+      width: 896
+      height: 672
       fps: 7
 ```