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.


Reply via email to