mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
view: 583|reply: 5
打印 prevThread nextThread

打开视频时,画面会被分成四块,同时会有绿色和紫色阴影

[copyURL]

1

主题

311

帖子

1107

积分

vipMem

Rank: 6Rank: 6

积分
1107
owner
poston 2023-5-6 16:04 | 显示全部楼层
用我们mcp或者源码打开有没有问题
reply agree Against

使用道具 report

1

主题

311

帖子

1107

积分

vipMem

Rank: 6Rank: 6

积分
1107
sofa
poston 2023-5-6 16:15 | 显示全部楼层
huixing post on2023-5-6 16:11
用mcp打开没问题,而且我有一部手机安装这个app后打开也是正常的。

BVCU.getSDK().SetDecodeColorFormat   看下你那里有没有这个接口
reply agree Against

使用道具 report

1

主题

311

帖子

1107

积分

vipMem

Rank: 6Rank: 6

积分
1107
bench
poston 2023-5-6 16:18 | 显示全部楼层
// 视频预览颜色格式(0:420p,1:420sp)---------------------------------------------------------
int colorFormat = 0;// 420p为先
ArrayList<Integer> colorFormatList = CameraUtils.getSupportColorFormatList();
if (!colorFormatList.isEmpty() && !colorFormatList.contains(MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Planar)) {
   colorFormat = 1;
}

// 初始化的时候按照这个逻辑来用SetDecodeColorFormat调用下。
reply agree Against

使用道具 report

creditRule

QQ|wireless surveillance

GMT+8, 2024-6-14 19:20 , Processed in 0.056643 second(s), 19 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList