summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam3_pipeline.fdNode/README
diff options
context:
space:
mode:
Diffstat (limited to 'libs/mt6797_64/libcam3_pipeline.fdNode/README')
-rwxr-xr-xlibs/mt6797_64/libcam3_pipeline.fdNode/README29
1 files changed, 0 insertions, 29 deletions
diff --git a/libs/mt6797_64/libcam3_pipeline.fdNode/README b/libs/mt6797_64/libcam3_pipeline.fdNode/README
deleted file mode 100755
index 618d045..0000000
--- a/libs/mt6797_64/libcam3_pipeline.fdNode/README
+++ /dev/null
@@ -1,29 +0,0 @@
-Library of MTK camera Face Detection/Smile Detection/Gesture Shot.
-
-This library is pre-built by MediaTek internal.
-
-
-WHAT IT DOES?
-=============
-This contains MediaTek developed camera Face Detection related features.
-Without them, camera Face Detection/Smile Detection/Gesture Shot/Auto Secene Detection will not work”
-
-HOW IT WAS BUILT?
-==================
-It needs the following library from AOSP:
-1. liblog.so
-2. libcutils.so
-
-and the following libs from MediaTek:
-1. libfeatureio.so
-
-It can build the following static library file :
-libcam3_pipeline.fdNode.a
-
-HOW TO USE IT?
-==============
-
-Provide api for camera client to control camera face detection related features.
-all api interface are at (vendor/mediatek/proprietary/hardware/mtkcam)
-
-All the source code of this library were written by MediaTek co..