Browse Source

Z991239-6387 #comment: 优化虚拟摄像头分辨率和帧率信息

80274480 2 tháng trước cách đây
mục cha
commit
5844179156
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      Other/win/virtualcam/virtualcam.cpp

+ 3 - 3
Other/win/virtualcam/virtualcam.cpp

@@ -228,10 +228,10 @@ bool CVCamStream::ListSupportFormat()
 		m_format_list.empty();
 	}
 
-	m_format_list.push_back(struct format(640, 360, 333333));
-	m_format_list.push_back(struct format(640, 360, 500000));
+	//m_format_list.push_back(struct format(640, 360, 333333));
+	//m_format_list.push_back(struct format(640, 360, 500000));
 	m_format_list.push_back(struct format(640, 360, 666666));
-	m_format_list.push_back(struct format(640, 360, 1000000));
+	//m_format_list.push_back(struct format(640, 360, 1000000));
 	
 	return true;
 }