瀏覽代碼

分辨率640.360

chanjunkai 5 年之前
父節點
當前提交
fdc6af2d19
共有 1 個文件被更改,包括 2 次插入1 次删除
  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'],