Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

hardware-libcamera: List of commits

hardware/libcamera


RSS
修訂. 時間 作者
23fa906 jb-x86 kitkat-x86 android-x86-4.4-r1 android-x86-4.4-r2 android-x86-4.4-r3 2013-07-25 19:04:00 Chih-Wei Huang

change hal name to avoid conflicting with Android 4.3

5e3ac0d 2013-07-07 16:19:40 Alberto Panizzo

CameraFactory: Fix reading camera facing parameter from cfg file

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>

f4b06ac 2013-07-07 01:36:49 Alberto Panizzo

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>

bbbfb37 2013-07-07 01:23:53 Alberto Panizzo

Allow to set camera orientation (not facing) from cfg file

Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>

df9613f 2013-02-22 02:10:16 Chih-Wei Huang

change LOGx to ALOGx for jb-x86

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

937775c ics-x86 2012-04-30 03:35:19 Andres Rodriguez

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.

47e3f0e 2012-02-07 19:04:34 Chih-Wei Huang

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.

0d92eda 2012-02-07 19:04:27 Chih-Wei Huang

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)

Show on old repository browser