commit | 6bd266236b4d1fb459cd90faeb32810e50b1a9d5 | [log] [tgz] |
---|---|---|
author | Gaurav Sarode <[email protected]> | Thu Jan 11 17:51:38 2018 +0000 |
committer | android-build-merger <[email protected]> | Thu Jan 11 17:51:38 2018 +0000 |
tree | 1f0dec9c0c265727b557747742d98fc4625a5467 | |
parent | 013dbd7233831a8a4077536a70eaea4e9b6b8bb0 [diff] | |
parent | 5cfa154cd124f3a0a3f9194e594a3be785727b28 [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into master am: 507c4324d9 am: cdbaf6db45 am: 5cfa154cd1 Change-Id: I0319c3f4b492b5af13e0f4fb2b772f71634a708a
Copyright (C) 2014-2017 Intel Corporation
libxcam core source code under the terms of Apache License, Version 2.0
libXCam is a project for extended camera features and focus on image quality improvement and video analysis. There are lots features supported in image pre-processing, image post-processing and smart analysis. This library makes GPU/CPU/ISP working together to improve image quality. OpenCL is used to improve performance in different platforms.
Environment variable settings
For different --prefix options, the environment variables may be different. Please set the environment variable according to the actual situation.
--prefix=/usr/local:
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH export GST_PLUGIN_PATH=/usr/local/lib/gstreamer-1.0:$GST_PLUGIN_PATH
--prefix=/usr:
export LD_LIBRARY_PATH=/usr/lib/:$LD_LIBRARY_PATH export GST_PLUGIN_PATH=/usr/lib/gstreamer-1.0:$GST_PLUGIN_PATH
$ ./autogen.sh [options]
--prefix=PREFIX install architecture-independent files in PREFIX [default=/usr/local] --enable-debug enable debug, [default=no] --enable-profiling enable profiling, [default=no] --enable-drm enable drm buffer, [default=yes] --enable-aiq enable Aiq 3A algorithm build, [default=no] --enable-gst enable gstreamer plugin build, [default=no] --enable-libcl enable libcl image processor, [default=yes] --enable-opencv enable opencv library, [default=no] --enable-docs build Doxygen documentation [default=no] --enable-3alib enable 3A lib build, [default=no] --enable-smartlib enable smart analysis lib build, [default=no]
For example:
$ ./autogen.sh --prefix=/usr --enable-3alib --enable-aiq --enable-gst --enable-drm \ --enable-libcl --enable-opencv --enable-profiling --enable-smartlib
$ make
$ sudo make install