OV10635 camera configuration parameters

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

OV10635 camera configuration parameters

738 Views
md_anayatullah
Contributor II

Hello Everyone,

In apex_isp_ lane departure warning demo application i got the below camera configuration for sony camera:

// Camera Configuration

// modify calmera geometry !!!

setup before setting up expsoure control SONY_Geometry_t lGeo;

lGeo.mCsiIdx = CSI_IDX_0;

SONY_GeometryGet(lGeo); lGeo.mWinMode = SONY_CROP;

//lGeo.mHeight = 729;

lGeo.mWidth = 1288;

lGeo.mHmax = 0;

lGeo.mOb = 2;

lGeo.mXoff = 0;

lGeo.mYoff = 0;

lGeo.mVerFlip = 1;

lGeo.mHorFlip = 1;

lGeo.mFps = 30;

SONY_GeometrySet(lGeo); // modify camera exposure SONY_Exposure_t lExp; lExp.mCsiIdx = CSI_IDX_0; SONY_ExposureGet(lExp); lExp.mConversionGain = 0; lExp.mExposureLines = 250; lExp.mAnalogGain = 0; lExp.mConfigFlags = SONY_EXP_EL | SONY_EXP_CG | SONY_EXP_AG; SONY_ExposureSet(lExp);

In my case I have ov10635 camera.Therefore i need the above parameters for ov10635 camera.So where can i find the above camera configuration details for ov10635 camera to run the demo apex_isp_ lane departure warning application?

Should i have to do any other further setting to run the mentioned lane departure warning demo application? 

Any kind of help or suggestion in this regard will be highly appreciated.

Best Regards

Md Anayatullah##

0 Kudos
1 Reply

582 Views
fangyue
Contributor II

Hi Md Anayatullah,

How's it going with the parameter of OV10635? Do you get any? I didn't find ant and trying to get the parameter by calibrating it using the checkerboard, but I haven't found how to save the videos or images from EVB. 

BR,

Yue

0 Kudos