about mxc_vpu_test on imx6q linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

about mxc_vpu_test on imx6q linux

Jump to solution
1,739 Views
andypeng
Contributor I

Hi all,

  I tried to test mxc_vpu_test.out for Network-encode camera captured YUV data and send it to another side to decode by UDP on imx6q,by follow command:

./mxc_vpu_test.out -E "-n 192.168.3.11 -p 2011 -w 320 -h 240 -f 2 -t 1"

debug information:

[INFO]  VPU test program built on Apr 24 2013 09:46:56                          

[INFO]  Product Info: i.MX6Q/D/S                          

[INFO]  VPU firmware version: 2.1.8_r34588                

[INFO]  VPU library version: 5.4.10                       

[INFO]  Format: STD_AVC                                   

[INFO]  AVC                                               

[INFO]  encoder sending on port 2011                      

[INFO]  chromaInterleave 1, mapType 0, linear2TiledEnable 0

[INFO]  sensor chip is ov5642_camera                      

[INFO]  sensor frame size is 320x240

on the PC I used vlc media player,but I got No screen display.I tried follow command :

gst-launch -vvv --gst-debug=3 udpsrc port=2011 \

caps ="video/x-h264, width=(int)320, height=(int)240, framerate=(fraction)25/1, framed=(boolean)true" \

! ffdec_h264 \

! ffmpegcolorspace \

! videoscale \

! xvimagesink sync=false

the vedio is not right too.

How could i do with use the mxc_vpu_test for H264 test?

and who could send me a h264 player?

Can anybody answer this question?

Labels (2)
0 Kudos
1 Solution
707 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please use gstreamer for the testing.

You can take this for your reference.

https://community.freescale.com/docs/DOC-1462

View solution in original post

0 Kudos
2 Replies
707 Views
LeonardoSandova
Specialist I

Also this link can help:

GStreamer Live Streaming

708 Views
jimmychan
NXP TechSupport
NXP TechSupport

Please use gstreamer for the testing.

You can take this for your reference.

https://community.freescale.com/docs/DOC-1462

0 Kudos