OSDN Git Service

android-x86/hardware-libcamera.git
12 years agoAdd support for multiple cameras. ics-x86
Andres Rodriguez [Thu, 19 Apr 2012 15:38:00 +0000 (23:38 +0800)]
Add support for multiple cameras.

The camera layout can be specified in camera.cfg using the following format
$orientation $camerapath

Where orientation can be "front" or "back" and $camerapath is the path to the
V4L device to use as input.

12 years agoavoid hardcoding camera power file
Chih-Wei Huang [Tue, 7 Feb 2012 09:29:05 +0000 (17:29 +0800)]
avoid hardcoding camera power file

The camera power file name is read from the property camera.power_file.
If the property is not set, skip the power on/off steps.

12 years agoinitial import from WeTab ICS tree
Chih-Wei Huang [Tue, 7 Feb 2012 08:55:49 +0000 (16:55 +0800)]
initial import from WeTab ICS tree

Derived from git://github.com/rbraken/wetab-ICS-device-tree.git
by RvdB

Derived from git://github.com/nopy/android_device_toshiba_betelgeuse.git
by Nicolas Pino

With a lot of cleanup (vim mode: set expandtab ts=4 sw=4 ai; :%retab)