On Fri, Jun 12, 2009 at 3:30 PM, Guennadi
Liakhovetski wrote:
> On Fri, 12 Jun 2009, Dongsoo, Nathaniel Kim wrote:
>
>> Hello Guennadi,
>>
>> So let's assume that camera interface device can process
>> V4L2_CID_SHARPNESS and even external camera device can process that,
>> then according to your pa
On Fri, 12 Jun 2009, Dongsoo, Nathaniel Kim wrote:
> Hello Guennadi,
>
> So let's assume that camera interface device can process
> V4L2_CID_SHARPNESS and even external camera device can process that,
> then according to your patch both of camera interface and external
> camera device can be issu
Hello Guennadi,
So let's assume that camera interface device can process
V4L2_CID_SHARPNESS and even external camera device can process that,
then according to your patch both of camera interface and external
camera device can be issued to process V4L2_CID_SHARPNESS which I
guess will make image s
On Thu, 11 Jun 2009, Dongsoo, Nathaniel Kim wrote:
> Hello Guennadi,
>
> It's a very interesting patch. Actually some camera interfaces support
> for various image effects and I was wondering how to use them in SoC
> camera subsystem.
>
> But here is a question. Is it possible to make a choice w
Hello Guennadi,
It's a very interesting patch. Actually some camera interfaces support
for various image effects and I was wondering how to use them in SoC
camera subsystem.
But here is a question. Is it possible to make a choice with the same
CID between icd and ici? I mean, if both of camera in
Until now soc-camera only supported client (sensor) controls. This patch
enables camera-host drivers to implement their own controls too.
Signed-off-by: Guennadi Liakhovetski
---
drivers/media/video/soc_camera.c | 24
include/media/soc_camera.h |4
2 fil