3371
- 收藏
- 点赞
- 分享
- 举报
hi3516如何进行降噪
(1)在SDK中snap例程中,想要对截取进行降噪和锐化处理,但是设置参数时报错,请问怎么解决?大神求解!!!
/mnt/hi-3516-framware # ./sample_snap 0
[SAMPLE_COMM_VI_SetMipiAttr]-1732: ============= MipiDev 0, SetMipiAttr enWDRMode: 0
[Func]:cmos_set_wdr_mode [Line]:1206 [Info]:linear mode
===IMX327 1080P 30fps 12bit LINE Init OK!===
[SAMPLE_COMM_ISP_Thread]-348: ISP Dev 0 running !
[Func]:cmos_set_wdr_mode [Line]:1206 [Info]:linear mode
[SAMPLE_COMM_ISP_Thread]-348: ISP Dev 2 running !
[SAMPLE_COMM_VO_StartChn]-544: u32Width:1920, u32Height:1080, u32Square:1
[SAMPLE_SNAP_DoublePipeOffline]-324: HI_MPI_SNAP_SetProBNRParam failed with 0xa0108008!
[main]-539: program exit abnormally!
以下是代码片:
[code] /************************************************
step 8: snap
*************************************************/
ISP_PRO_BNR_PARAM_S stNrParam;
stNrParam.bEnable = HI_TRUE;
stNrParam.u32ParamNum = 1;
for(i=0;i<4;i++)
for(j=0;j<16;j++)
{
stNrParam.pastNrAttr->au8ChromaStr[j] =0x3;
}
for(i=0;i<4;i++)
{
for(j=0;j<16;j++)
{
stNrParam.pastNrAttr->au16CoarseStr[j] = 0x300;
}
}
for(i=0;i<4;i++)
{
stNrParam.pastNrAttr->au8FineStr=0x80;
}
for(i=0;i<4;i++)
{
stNrParam.pastNrAttr->au16CoringWgt = 0x0;
}
s32Ret = HI_MPI_SNAP_SetProBNRParam(SnapPipe, &stNrParam);
if (HI_SUCCESS != s32Ret)
{
SAMPLE_PRT("HI_MPI_SNAP_SetProBNRParam failed with %#x!\n", s32Ret);
goto EXIT5;
}
SNAP_ATTR_S stSnapAttr;
stSnapAttr.enSnapType = SNAP_TYPE_PRO; //这里设置为了pro模式
stSnapAttr.stProAttr.u32FrameCnt = 1;
stSnapAttr.stProAttr.u32RepeatSendTimes = 1;
stSnapAttr.stProAttr.stProParam.enOperationMode = OPERATION_MODE_AUTO;
int i,j = 0;
for(int j =0;j<8;j++)
{
stSnapAttr.stProAttr.stProParam.stAutoParam.au16ProExpStep[j] = 200;
}
s32Ret = HI_MPI_SNAP_SetPipeAttr(SnapPipe, &stSnapAttr);
if (HI_SUCCESS != s32Ret)
{
SAMPLE_PRT("HI_MPI_SNAP_SetPipeAttr failed with %#x!\n", s32Ret);
goto EXIT5;
}[/code]
/mnt/hi-3516-framware # ./sample_snap 0
[SAMPLE_COMM_VI_SetMipiAttr]-1732: ============= MipiDev 0, SetMipiAttr enWDRMode: 0
[Func]:cmos_set_wdr_mode [Line]:1206 [Info]:linear mode
===IMX327 1080P 30fps 12bit LINE Init OK!===
[SAMPLE_COMM_ISP_Thread]-348: ISP Dev 0 running !
[Func]:cmos_set_wdr_mode [Line]:1206 [Info]:linear mode
[SAMPLE_COMM_ISP_Thread]-348: ISP Dev 2 running !
[SAMPLE_COMM_VO_StartChn]-544: u32Width:1920, u32Height:1080, u32Square:1
[SAMPLE_SNAP_DoublePipeOffline]-324: HI_MPI_SNAP_SetProBNRParam failed with 0xa0108008!
[main]-539: program exit abnormally!
以下是代码片:
[code] /************************************************
step 8: snap
*************************************************/
ISP_PRO_BNR_PARAM_S stNrParam;
stNrParam.bEnable = HI_TRUE;
stNrParam.u32ParamNum = 1;
for(i=0;i<4;i++)
for(j=0;j<16;j++)
{
stNrParam.pastNrAttr->au8ChromaStr[j] =0x3;
}
for(i=0;i<4;i++)
{
for(j=0;j<16;j++)
{
stNrParam.pastNrAttr->au16CoarseStr[j] = 0x300;
}
}
for(i=0;i<4;i++)
{
stNrParam.pastNrAttr->au8FineStr=0x80;
}
for(i=0;i<4;i++)
{
stNrParam.pastNrAttr->au16CoringWgt = 0x0;
}
s32Ret = HI_MPI_SNAP_SetProBNRParam(SnapPipe, &stNrParam);
if (HI_SUCCESS != s32Ret)
{
SAMPLE_PRT("HI_MPI_SNAP_SetProBNRParam failed with %#x!\n", s32Ret);
goto EXIT5;
}
SNAP_ATTR_S stSnapAttr;
stSnapAttr.enSnapType = SNAP_TYPE_PRO; //这里设置为了pro模式
stSnapAttr.stProAttr.u32FrameCnt = 1;
stSnapAttr.stProAttr.u32RepeatSendTimes = 1;
stSnapAttr.stProAttr.stProParam.enOperationMode = OPERATION_MODE_AUTO;
int i,j = 0;
for(int j =0;j<8;j++)
{
stSnapAttr.stProAttr.stProParam.stAutoParam.au16ProExpStep[j] = 200;
}
s32Ret = HI_MPI_SNAP_SetPipeAttr(SnapPipe, &stSnapAttr);
if (HI_SUCCESS != s32Ret)
{
SAMPLE_PRT("HI_MPI_SNAP_SetPipeAttr failed with %#x!\n", s32Ret);
goto EXIT5;
}[/code]
我来回答
回答4个
时间排序
认可量排序
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2019-08-07 09:55:28
-
2024-03-13 09:12:48
-
2016-12-15 15:07:51
-
2015-05-26 20:38:27
-
2019-05-07 15:32:29
-
2018-11-02 15:19:41
-
2022-06-23 17:00:32
-
2020-08-05 14:16:17
-
2020-05-19 15:11:51
-
2017-07-20 15:59:05
-
2018-12-07 14:27:34
-
2020-11-26 15:29:11
-
2023-10-31 15:25:36
-
2020-12-04 13:54:49
-
2016-04-07 13:47:48
-
2019-05-23 17:28:50
-
202015-01-09 11:46:38
-
102017-09-01 09:57:48
-
102019-05-22 09:55:10
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认