Nikita

Nikita

1个粉丝

35

问答

0

专栏

1

资料

Nikita  发布于  2014-09-21 20:33:18
采纳率 0%
35个问答
10838

mpp vs. mpp2. Hi3518_ITTB_MPP_V1.0.8.0.tgz sources?

 
Hello!

What is the difference between mpp and mpp2 in Hi3518c/Hi3516c SDK?

Where to get Hi3518_ITTB_MPP_V1.0.8.0.tgz sources? I need to recompile it, because it`s binaries don`t start on my linux build, if it starts, I have some problems with mpp/ko drivers and I have /dev/ssp error :-(
我来回答
回答7个
时间排序
认可量排序

Nikita

1个粉丝

35

问答

0

专栏

1

资料

Nikita 2014-09-21 20:57:03
认可0
[code]
#
# ./HiIspTool.sh -s -s
killall: ittb_control: no process killed
# s32Port is 801
bind ok!
the begin of accept
++++++enter  HI_ICMD_GetH264Resolution+++++
HI_MPI_VENC_GetVeAttr w=1920, h=1080
-------------------HI_ICMD_H2642Yuv-----------------


[]-(129)--------HI_MPI_VENC_StopRecvPic--------


[]-(142)--------HI_MPI_VENC_StopRecvPic----End----
PLAY YUV !!!


[]-(667)Ittb_PauseYuv NULL POINTER
the MT have deinit.repeate


[]-(388)HI_MT_DeInit() errno(ffffffff)
DeInit_MNT: ffffffff

++++++enter  HI_ICMD_GetH264Resolution+++++
HI_MPI_VENC_GetVeAttr w=1920, h=1080

==================================
web server accept the livestream message  read_idx is 289  content is GET http://192.168.0.200:80/livestream/16?action=play&media=video_audio_data HTTP/1.1

User-Agent: HiIpcam/V100R003 VodClient/1.0.0

Connection: Keep-Alive

Cache-Control: no-cache

Authorization: admin admin

Content-Length: 57



Cseq: 1

Transport: RTP/AVP/TCP;unicast;interleaved=0-1

YZGesGoR7Se+JEHvuwBD4n5GR/ByRIup9QeVvG
f8Y+g4dHrhrJYCXtEtg8WssvBbdKkvpl7+o3p8dsnRY5HYzYvmqAKWv+Mu8sM7Pn
ZFssld+A90LO8moPGtmhIR2lcF1cuPisObVQDFYWnDBfsLzqFTfhjASz5MZgQCSL
WhAghcivr7ca7D/8PvzhgDafH4ItlVtlKtK+oJmq7ptVNDmbAdGXA75mtIh3WPAs
h+NodQvCYaY2HfpK8Q+Fz+0KYhgmBjACcMAsOjJytVJZ/zT8lG5I/IK7K6DMNSH6
7jLSIF6VcD8fpdTaÑ
==================================
http live server accept a distribute link 7with msg len 289
distribute link to http svr failed:http svr not start yet.


[]-(684)Ittb_PauseYuv NULL POINTER


[]-(467)Ittb_PauseYuv ERR 0xffffffff
PLAY H264 E !!!
the MT have deinit.repeate


[]-(388)HI_MT_DeInit() errno(ffffffff)
DeInit_MNT: ffffffff

++++++enter  HI_ICMD_GetH264Resolution+++++
HI_MPI_VENC_GetVeAttr w=1920, h=1080

==================================
web server accept the livestream message  read_idx is 289  content is GET http://192.168.0.200:80/livestream/11?action=play&media=video_audio_data HTTP/1.1

User-Agent: HiIpcam/V100R003 VodClient/1.0.0

Connection: Keep-Alive

Cache-Control: no-cache

Authorization: admin admin

Content-Length: 57



Cseq: 1

Transport: RTP/AVP/TCP;unicast;interleaved=0-1

YZGesGoR7Se+JEHvuwBD4n5GR/ByRIup9QeVvG
f8Y+g4dHrhrJYCXtEtg8WssvBbdKkvpl7+o3p8dsnRY5HYzYvmqAKWv+Mu8sM7Pn
ZFssld+A90LO8moPGtmhIR2lcF1cuPisObVQDFYWnDBfsLzqFTfhjASz5MZgQCSL
WhAghcivr7ca7D/8PvzhgDafH4ItlVtlKtK+oJmq7ptVNDmbAdGXA75mtIh3WPAs
h+NodQvCYaY2HfpK8Q+Fz+0KYhgmBjACcMAsOjJytVJZ/zT8lG5I/IK7K6DMNSH6
7jLSIF6VcD8fpdTaÑ
==================================
http live server accept a distribute link 7with msg len 289
distribute link to http svr failed:http svr not start yet.[/code]

david

33个粉丝

368

问答

253

专栏

229

资料

david 2014-09-22 12:26:14
认可0
Could you ask  hilinux?  in the fourm.

Nikita

1个粉丝

35

问答

0

专栏

1

资料

Nikita 2014-09-22 14:34:44
认可0
How can I do it? Private message?

_nucong

1个粉丝

24

问答

0

专栏

4

资料

_nucong 2014-09-22 15:42:05
认可0
本帖最后由 _nucong 于 2014-12-15 13:20 编辑

3518c+imx238 后可以实现在线调试,我是这样实现的:
1. linux与windows 交叉编译  for nfs;
2. windows 使用telnet contect your ipc ip;
3. 在nfs下面建立脚本isp_debug.sh,如:
   echo "isp debug start"
cd /nfsroot/PC_Tools_V1.0.8.0/Hi3518_ITTB_MPP_V1.0.8.1
./isp.sh
echo "isp debug stop"
4. 在板端运行/nfsroot/isp_debug.sh &后,在windows双击.exe文件,就可以在线调试了;

Nikita

1个粉丝

35

问答

0

专栏

1

资料

Nikita 2014-09-23 01:57:52
认可0
Do you assume., that I need to have some working IPcamera software on the board? Like Sofia?
Because I think isp_debug.sh doesn`t stream video itself.

xiaotiancd

0个粉丝

1

问答

0

专栏

0

资料

xiaotiancd 2014-10-30 11:39:29
认可0
hi
I guess you may not be able to  get the source code since it is the company property of Hisilicon. But you could try to find some friends working in hisilicon if you have.

cheers,
Xiaotian

Nikita

1个粉丝

35

问答

0

专栏

1

资料

Nikita 2014-11-26 20:00:49
认可0
I will try to find such friends :)
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

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

Markdown 语法

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

举报类型

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

详细说明

易百纳技术社区