forked from intel/libxcam
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (26 loc) · 1.2 KB
/
README
File metadata and controls
30 lines (26 loc) · 1.2 KB
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
libxcam source code
Copyright (C) 2014-2016 Intel Corporation
libxcam core source code under the terms of Apache License, Version 2.0
Description:
libXCam is a project for extended camera features, especially 3A process.
It separates 3A algorithm and image processors, and makes user defined
algorithm possible. This framework also makes GPU/CPU/ISP joining the image
process.
Features:
* Image processing features.
- 3A features
Auto whitebalance, auto exposure, auto focus, black level correction,
color correction, 3a-statistics calculation.
- Basic features
Gamma correction, MACC, color space, demosaicing, noise reduction,
edge enhancement.
- Advanced features
- Noise reduction: simple bilateral NR, temporal NR, wavelet NR
- WDR: gaussian-based tone-mapping, histogram adjustment tone-mapping
- Fog removal: retinex algorithm.
* Capture features support memory type of mmap and dma buffer.
* Support 3rd party 3A lib which can be loaded dynamically.
* Image processing based on both ISP and Open CL.
* Support 3a analysis tuning framework for different features
* Support smart analysis framework
* Support as gstreamer plugin <xcamsrc>