summaryrefslogtreecommitdiff
path: root/libs/mt6797_64/libcam.iopipe.postproc/README
blob: 1bf11134052232e6dba430bb12d5cf42983cf7bc (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
Library of MTK camera driver files, including driver interface and driver flow contorl flow.

This library is pre-built by MediaTek internal.


WHAT IT DOES?
=============
libcam.iopipe.postproc.a 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:
none
and the following libs from MediaTek:
none

note that it's a STATIC_LIBRARY

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..