提交 a0fa4401 编写于 作者: 杨帅 提交者: Gitee

Signed-off-by: mamingshuai <mamingshuai1@huawei.com>

上级 8c2a1bc9
......@@ -617,7 +617,7 @@ int SampleCameraManager::SampleCameraCreate()
list<string> camList = camKit->GetCameraIds();
for (auto &cam : camList) {
camId = cam;
break;
break;
}
if (camId.empty()) {
......
......@@ -13,7 +13,7 @@
* limitations under the License.
*/
#include <stdio.h>
#include <cstdio>
#include <common/screen.h>
#include <components/ui_label.h>
#include <components/ui_label_button.h>
......
......@@ -85,8 +85,7 @@ Recorder *SampleCreateRecorder()
int32_t audioSourceId = 0;
int32_t width = 1920;
int32_t height = 1080;
VideoCodecFormat encoder;
encoder = HEVC;
VideoCodecFormat encoder = HEVC;
width = 1920;
height = 1080;
Recorder *recorder = new Recorder();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册