封锁记忆

封锁记忆

0个粉丝

39

问答

0

专栏

1

资料

封锁记忆  发布于  2017-10-12 15:53:50
采纳率 0%
39个问答
1979

VDA处理不过来

 

<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (1): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (2): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (3): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (4): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (5): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (6): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (7): pic's width or height [928*288] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
<3>[   vda] [Func]:VdaChnSendPic [Line]:1014 [Info]:<3>[   vda] VdaChn (0): pic's width or height [472*540] smaller then channel's[640*480]!
这个log信息怎么修改?
我想修改动检的高宽,不会修改,请大神指教。
我来回答
回答5个
时间排序
认可量排序

zhuangweiye

8个粉丝

0

问答

0

专栏

0

资料

zhuangweiye 2017-10-12 16:07:42
认可0
        VDA_CHN_ATTR_S stVdaChnAttr;

        stVdaChnAttr.enWorkMode = VDA_WORK_MODE_MD;
        stVdaChnAttr.u32Width   = 472;
        stVdaChnAttr.u32Height  = 540;
        ...

        s32Ret = HI_MPI_VDA_CreateChn(nChn, &stVdaChnAttr);

封锁记忆

0个粉丝

39

问答

0

专栏

1

资料

封锁记忆 2017-10-16 09:40:30
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=79362&ptid=37948]zhuangweiye 发表于 2017-10-12 16:07[/url]
VDA_CHN_ATTR_S stVdaChnAttr;

        stVdaChnAttr.enWorkMode = VDA_WORK_MODE_MD;
[/quote]

谢了,已经修改了,但是不懂原理,能讲讲VDA的原理吗?

zhuangweiye

8个粉丝

0

问答

0

专栏

0

资料

zhuangweiye 2017-10-16 10:39:35
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=79455&ptid=37948]封锁记忆 发表于 2017-10-16 09:40[/url]
谢了,已经修改了,但是不懂原理,能讲讲VDA的原理吗?[/quote]

建议楼主看一下中的第7章 视频侦测分析

另外, 楼主的问题是VDA大小不匹配, 而不是处理不过来

封锁记忆

0个粉丝

39

问答

0

专栏

1

资料

封锁记忆 2017-10-16 11:54:56
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=79459&ptid=37948]zhuangweiye 发表于 2017-10-16 10:39[/url]
建议楼主看一下中的第7章 视频侦测分析

另外, 楼主的问题是VDA大小不匹配, 而不是处理不过来[/quote]

我的VDA分辨率是640*480 ,这个VDA分辨率的大小有什么要求吗?

zhuangweiye

8个粉丝

0

问答

0

专栏

0

资料

zhuangweiye 2017-10-16 11:56:38
认可0
[quote][url=forum.php?mod=redirect&goto=findpost&pid=79463&ptid=37948]封锁记忆 发表于 2017-10-16 11:54[/url]
我的VDA分辨率是640*480 ,这个VDA分辨率的大小有什么要求吗?[/quote]

log写得很清楚了

数据源是472x540,  VDA设置成640x480, 不匹配

或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区