summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.client.camclient.fd/README
blob: 0bb7c413ea42ab0962a921a2ddc044b85287652c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
2.  libcam.client.camclient.asd.a

It can build the following static library file :
libcam.client.camclient.fd.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..