Image of JPEG format of ov2710 Camera not saving in Android 6 in IMx6board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Image of JPEG format of ov2710 Camera not saving in Android 6 in IMx6board

ソリューションへジャンプ
906件の閲覧回数
ayyappadasps
Contributor II

Hi ,

     If i am trying to save the captured image from ov2710 using a application  in Android 6 ,image is  saving,but no size and only white color is coming in saved image ...Please help me??

ラベル(4)
0 件の賞賛
1 解決策
754件の閲覧回数
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Ayyappadas,

   See below, please!

(1) OV2710 outputs 10bit RAW RGB data.

According to OV2710 datasheet, it only supports 10bit RAW RGB data, not support JPEG stream.

(2) I.MX6/7 serials Processor

There is no ISP module in I.MX6/7 processor, so it requires camera should have ISP function.

If you use a camera with RAW data output, mxc_v4l2_caputre driver can normally receive data, but it doesn't do subsequent processing.

(3) RAW data to YUV

Actually , you can do data conversion from RAW to YUV data after capturing image in software, but we don't have ready-made source code for it, you will have to do it by yourself.

Have a nice day!

TIC Weidong Sun

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
755件の閲覧回数
weidong_sun
NXP TechSupport
NXP TechSupport

Hello Ayyappadas,

   See below, please!

(1) OV2710 outputs 10bit RAW RGB data.

According to OV2710 datasheet, it only supports 10bit RAW RGB data, not support JPEG stream.

(2) I.MX6/7 serials Processor

There is no ISP module in I.MX6/7 processor, so it requires camera should have ISP function.

If you use a camera with RAW data output, mxc_v4l2_caputre driver can normally receive data, but it doesn't do subsequent processing.

(3) RAW data to YUV

Actually , you can do data conversion from RAW to YUV data after capturing image in software, but we don't have ready-made source code for it, you will have to do it by yourself.

Have a nice day!

TIC Weidong Sun

0 件の賞賛
754件の閲覧回数
ayyappadasps
Contributor II

Thankyou  Weidong Sun . I will follow your Method

0 件の賞賛