summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.camadapter.scenario.shot.stereoshot/README
blob: 36f30e35d1dbbf55668e49b05e239cb0ff144bc1 (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
31
32
Library of MTK camera features, icluding Stereo Feature.

This library is pre-built by MediaTek internal.


WHAT IT DOES?
=============
libcam.camadapter.scenario.shot.stereoshot contains MediaTek developed camera related 
pre- and post-processing modules.  
Without them, stereo functionalities 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.  libcam.halsensor.so
2.  libfeatureio.so


All source/dependency modules of this module are already put in
'vendor/mediatek/libs' folder.

HOW TO USE IT?
==============

Provide api for camera HAL to control the camera features.
all api interface are at (vendor/mediatek/proprietary/hardware/mtkcam)

All the source code of this library were written by MediaTek co..