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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
882 Views
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??

Labels (4)
0 Kudos
1 Solution
730 Views
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

View solution in original post

0 Kudos
2 Replies
731 Views
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 Kudos
730 Views
ayyappadasps
Contributor II

Thankyou  Weidong Sun . I will follow your Method

0 Kudos