commit | d2d28ad8be988158b95969fe1e435b9764388c34 | [log] [tgz] |
---|---|---|
author | zongwave <wei.zong@intel.com> | Fri Dec 23 10:46:51 2016 +0800 |
committer | Wind Yuan <feng.yuan@intel.com> | Fri Dec 23 04:27:18 2016 -0500 |
tree | acad03fb47642b759d638225a56e40a7672d94bb | |
parent | 8034ce1e977b2029625581ba7e4037e1094c5b68 [diff] |
smartlib: add DVS plugin based on opencv stabilizer * enable libxcam smartlib DVS plugin * add Opencv DVS abstract layer * test commandline: $ gst-launch-1.0 filesrc location=test.mp4 ! videoparse width=1920 \ height=1080 format=nv12 ! xcamfilter copy-mode=1 buffercount=32 \ enable-warp=1 ! queue ! vaapih264enc rate-control=cbr ! \ qtmux ! filesink location=test_dvs.mp4 Signed-off-by: Wind Yuan <feng.yuan@intel.com>