gstreamer or libimxvpu

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

gstreamer or libimxvpu

Jump to solution
837 Views
anjojohn
Contributor IV

Hi All,

i am new to imx6 and building video streaming project. right now i am confused with how to use the hardware accelerated encoder in imx. there is gstreamer and libimxvpu. As per my understanding, using libimxvpu we can access the hardware encoders and decoder functionalities. (found examples for that, but struggling with the compilation with yocto). gstreamer on the other hand have gst-fsl plugins which can do the same. As a basic requirement of my project i will need video based motion detection. I was planning to use the motion vector from h264 encoder to detect motion. (have been working in TI's platform and this is how they detect the motion). But due to this confusion i am stuck. Could anyone please help me with this? any examples for motion detection with h264 encoding would be helpful

Thankyou

Labels (2)
0 Kudos
1 Solution
596 Views
igorpadykov
NXP Employee
NXP Employee

Hi anjo

libimxvpu provides low-level iMX6 VPU interface
https://github.com/Freescale/libimxvpuapi
it may be useful to check IPU presentation
http://cache.freescale.com/files/training/doc/ftf/2014/FTF-CON-F0119.pdf
and linux documentation at
http://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&Parent_nodeId=133769948107170617...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

1 Reply
597 Views
igorpadykov
NXP Employee
NXP Employee

Hi anjo

libimxvpu provides low-level iMX6 VPU interface
https://github.com/Freescale/libimxvpuapi
it may be useful to check IPU presentation
http://cache.freescale.com/files/training/doc/ftf/2014/FTF-CON-F0119.pdf
and linux documentation at
http://www.nxp.com/webapp/Download?colCode=L4.1.15_1.1.0_LINUX_DOCS&Parent_nodeId=133769948107170617...

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------