Hi, This is GilJong, and natarajan's colleague.
We have already checked this camera's preview and capture in MIPI(preview:
YUV, capture: JPEG) work properly.
And then, We configured this camera and FIMC for Raw Bayer preview and
capture.
The camera we're using is s5k4ecgx and we configured it as Raw Bayer 10 bit
output(for preview and capture) in s5k4ecgx.h file.
And we also configured FIMC as follows.
@ kernel/arch/arm/mach-exynos/mach-smdkv310.c
static struct s3c_platform_camera s5k4ecgx = {
.type = CAM_TYPE_MIPI,
.fmt = MIPI_CSI_RAW10,
.mipi_lanes = 2,
.mipi_align = 24,
};
2013년 2월 14일 목요일 오전 12시 56분 26초 UTC+9, Arun 님의 말:
> Hi,
>
> There is nothing like yuv sensor, nearly all sensors are Bayer sensors if
> you look at their pixel arrangement.
> YUV, RGB is the output pixel format.
> You mostly have problems with pixel format configuration.
> Start with the sensor, see in which format it is configured to send out
> pixels, similar read in the same format on the android side.
>
> Can you post more details about the data path and sensor.
> is this a camera module or a stand alone sensor which you are trying to
> interface with android?
> Is the sensor sending parallel data? what do you mean raw10, is it 10-bit
> raw data in parallel?
> MIPI is a serial interface, if the sensor has parallel outputs, is the
> parallel-to-serial conversion ok?
> Also it mostly uses yuv format, if the sensor is not able to send in this
> format, check whether this conversion is ok?
> If you can grab raw data check whether it is actually a proper image or
> junk.
> Is the sensor actually sending any meaningful data? I mean are the clocks,
> reset, supplies ok?
>
> -br
> Arun
>
>
> On Wednesday, 13 February 2013 02:06:09 UTC, jackal wrote:
>>
>> Hi.
>>
>> This is natarajan..i need some information about
>> porting camera in android based device. Am using S5PV310 MCU with
>> ICS(4.0.4) and
>> (kernel version 3.0.15 ). First i used yuv sensor it's working good
>> preview and capture.. now i need
>> to change the sensor with Bayer(raw10) input(MIPI interface)..i get
>> preview black there is no sign of image data
>>
>> Camera driver init seems to be ok...is there anything to change in
>> android ?
>>
>> if so please help me which part i need to change..
>>
>> Thankyou!!
>> Regards
>> V.Natarajan
>>
>
--
--
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
---
You received this message because you are subscribed to the Google Groups
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.