OSDN Git Service

android-x86/hardware-libcamera.git
9 years agoAdd missing parameters for Camera2 lollipop-x86
Edgardo Gho [Fri, 24 Apr 2015 08:25:40 +0000 (16:25 +0800)]
Add missing parameters for Camera2

9 years agoenable multiarch builds
Chih-Wei Huang [Thu, 6 Nov 2014 03:06:49 +0000 (11:06 +0800)]
enable multiarch builds

Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH
to support 64-bit targets.

9 years agofix building issues on Android 5.0
Chih-Wei Huang [Mon, 20 Oct 2014 10:19:43 +0000 (18:19 +0800)]
fix building issues on Android 5.0

11 years agochange hal name to avoid conflicting with Android 4.3 jb-x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3
Chih-Wei Huang [Sun, 7 Jul 2013 07:26:00 +0000 (15:26 +0800)]
change hal name to avoid conflicting with Android 4.3

11 years agoCameraFactory: Fix reading camera facing parameter from cfg file
Alberto Panizzo [Sun, 7 Jul 2013 07:19:40 +0000 (09:19 +0200)]
CameraFactory: Fix reading camera facing parameter from cfg file

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
11 years agoV4L2Camera: Check that the camera accept the frame size as well not only the pixel...
Alberto Panizzo [Sat, 6 Jul 2013 16:27:43 +0000 (18:27 +0200)]
V4L2Camera: Check that the camera accept the frame size as well not only the pixel format

USB UVC cameras may support different frame size sets for
different pixel formats. So do not limitate to check that
the current format is supported and then set the frame size
but check that this frame size _with_ this pixel format works.

Real case is a camera that accepts only QCIF in YUYV but can do
VGA in MJPEG

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
11 years agoAllow to set camera orientation (not facing) from cfg file
Alberto Panizzo [Sat, 6 Jul 2013 16:23:53 +0000 (18:23 +0200)]
Allow to set camera orientation (not facing) from cfg file

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>
11 years agochange LOGx to ALOGx for jb-x86
Chih-Wei Huang [Wed, 20 Feb 2013 07:46:19 +0000 (15:46 +0800)]
change LOGx to ALOGx for jb-x86

By the command: sed -i "s/\(LOG[A-Z]\)/A\1/" *.cpp

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)