Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 377 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 377 Bytes

kppd

Configure post-processing settings of Qualcomm MDSS

##Building export CROSS_COMPILE=<path>
export SYSROOT=<path>
make

##Clean make clean

##Installing on Android adb push ./out/kppd /data/local/tmp/
adb push ./template/postproc.conf /data/local/tmp/
adb shell
chmod 0755 /data/local/tmp/kppd
./data/local/tmp/kppd /data/local/tmp/postproc.conf