IMX6 VPU

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX6 VPU

2,214件の閲覧回数
zhanghaijian
Contributor II

飞思卡尔imx6 vpu编码h.264只有第一帧是IDR帧,之后没有IDR帧,怎么让每一I帧都是IDR帧

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,927件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi haijian

If you interested in the IDR, I suggest that you use unit test to test encoder first, you can set the -g to set gopsize, if the result is what you need, then you can change your own source code according to the unit test encoder source code.

refer to the vpu api linux RM, you can set gopsize,gopSize is the GOP size where 0 = only first picture is I, 1 = all I pictures, 2 = IPIP, 3 = IPPIPP, and so on. The maximum

value is 32,767, but in practice, a smaller value should be chosen by the application for proper error concealment. This value is ignored for STD_MJPG.

Regards

0 件の賞賛
返信

1,927件の閲覧回数
zhanghaijian
Contributor II
Hi BT
Now,i encountered a new problem about VPU on imx6dl.
I am transmitting IR video data through the network to PC,
the size of data transferred is 640 * 480 @ 20fps.
when used VPU coding ,After 2-3 hours , no response in the console ,the LCD display is freezing,the PC
cann't ping the board.it seems like the linux os is hanging on.
when no VPU coding,everything is OK.The attachment is the VPU config.
please give me some advise.
BR
zhang
0 件の賞賛
返信