summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-31camera: Initial changes for ICS supportlinaro_android_4.0.3Vishal Bhoj
Preview,Image capture and apps like skype, linphone, hangouts are working. Recording fails. Change-Id: I4587c31014e40b87146a2cafb294cc33e532a26f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-11-11camera: modified to support recordinglinaro_android_2.3.7linaro_android_2.3.5Vishal Bhoj
The cameraHardware implementation has been modified for recording and also to support multipple resolutions.It also has additional cameraParameters which are tried to access by linphone application. Note:Moving ahead we may have to add other cameraparameters since there are a whole set of parameters which application can querry Change-Id: I7e3eee472c9ae0ca330d763b7272081962efb15b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-11-08camera: Fix hotplug failureVishal Bhoj
Due to other v4l device getting enumerated as "/dev/video0" when camera not connected at boot time, camera gets enumerated as "/dev/video1" this may again fail in case if there are other v4l devices. Change-Id: I2bcb91a2bd815746e68e2a38c746e69be476ba5e Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2011-10-12libcamera:Initial commitHEADmasterVishal Bhoj
The library has been taken from android-x86 draft code from https://android-x86.googlegroups.com/attach/820408521e8c3e10/libcamera.tar.bz2?part=4 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>