Explorar o código

分辨率640.360

chanjunkai %!s(int64=5) %!d(string=hai) anos
pai
achega
fdc6af2d19
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      controller/index.py

+ 2 - 1
controller/index.py

@@ -253,7 +253,8 @@ class oa2RtspStartView(TemplateView):
                 'modelName': 'P1425-LE',
                 'friendlyName': 'Camera {nick}'.format(nick=nick),
                 'description': 'Camera {nick}'.format(nick=nick),
-                'resolutions': [{'width': 1280, 'height': 720}],
+                #'resolutions': [{'width': 1280, 'height': 720}],
+                'resolutions': [{'width': 640, 'height': 360}],
                 'videoCodecs': ['H264'],
                 # 'audioCodecs': ['ACC'],
                 'audioCodecs': ['G711'],