commit | 1b10d6f4268b1ca65fe1747c32c9fba1c0343452 | [log] [tgz] |
---|---|---|
author | zongwave <wei.zong@intel.com> | Tue Oct 25 17:47:51 2016 +0800 |
committer | Wind Yuan <feng.yuan@intel.com> | Thu Oct 27 03:10:35 2016 -0400 |
tree | 6f154baf210e0ad368e78989cda410b2376e4a6f | |
parent | 2f6d8b5d025257bac77000b1c7ea995a0455e980 [diff] |
cl-warp: enable warp perspective handler * add warp handler and cl kernel which can work for DVS features * add structure XCamDVSResult * test cmdline, need set <buffercount=32 enable-warp=1> $ gst-launch-1.0 filesrc location=test.nv12 ! videoparse \ width=1920 height=1080 format=nv12 ! xcamfilter copy-mode=1 \ buffercount=32 enable-warp=1 ! queue ! vaapiencode_h264 \ rate-control=cbr ! tcpclientsink host="$ip" port=3000 Signed-off-by: Wind Yuan <feng.yuan@intel.com>