|
@@ -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;
|
|
|
}
|