summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.iopipe/README
blob: aa5bae85dd8deb41dac4c68af3f2f10260997e8a (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
33
34
35
36
37
38
39
40
41
Library of MTK camera ISP driver, including driver interface and driver flow contorl flow.

This library is pre-built by MediaTek internal.


WHAT IT DOES?
=============
libcam.iopipe.so contains MediaTek developed camera driver related driver interface and driver flow control.
Without them, camera functionalties will not work.


HOW IT WAS BUILT?
==================
It needs the following library from AOSP:
1.  liblog.so
2.  libcutils.so
3.  libcutils.so
4.  libcam_hwutils.so
5.  libstlprot.so
6.  libcam_utils.so
7.  libJpgEncPipe.so

and the following libs from MediaTek:
1.  libimageio_plat_drv.so
2.  libcam.halsensor.so
3.  libimageio.so
4.  libcam.metadata.so
5.  libcamdrv.so
6.  libdpframework.so

All source/dependency modules of this module are already put in
'vendor\mediatek\proprietary\platform\mtxxx\hardware\mtkcam\core' folder.

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

Provide api for camera HAL to control the camera features.
all api interface are at (vendor\mediatek\proprietary\platform\mtxxx\hardware\include\mtkcam\iopipe)

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