CPU usage : Question about zoom, rotation, keystone and lens distorsion algorithm in CLeye SDK
Posted: 03 February 2010 10:56 PM   [ Ignore ]
New Member
Rank
Total Posts:  13
Joined  2010-01-07

Hi,
Using Cleye SDK, when all values for geometrical transformations and lens correction are set to 0, are these calculations internally bypassed, in order to have lower cpu usage ?
I have the same question regarding horizontal and vertical flip.
thanks

Profile
 
 
Posted: 06 February 2010 09:05 AM   [ Ignore ]   [ # 1 ]
New Member
Avatar
Rank
Total Posts:  20
Joined  2010-01-06

I’ve read on OV7720 datasheet that DSP processor has hardware built-in lens correction algorithms but i have no idea if this driver is using it.

Profile
 
 
Posted: 06 February 2010 09:21 AM   [ Ignore ]   [ # 2 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  585
Joined  2009-09-17
JYG - 03 February 2010 10:56 PM

Hi,
Using Cleye SDK, when all values for geometrical transformations and lens correction are set to 0, are these calculations internally bypassed, in order to have lower cpu usage ?
I have the same question regarding horizontal and vertical flip.
thanks

Currently for developer’s convenience, the transforms are turned on even if the parameters are 0. All of the transforms run in linear time and it doesn’t matter if its just a horizontal flip or the lens correction.
We will be adding the two additional modes to the SDK API so that the developer can chose not to use these transforms at all and also be able to get the raw bayer pattern frame output from the camera.

AlexP

Profile
 
 
Posted: 06 February 2010 09:26 AM   [ Ignore ]   [ # 3 ]
Administrator
Avatar
RankRankRankRank
Total Posts:  585
Joined  2009-09-17
Futhark - 06 February 2010 09:05 AM

I’ve read on OV7720 datasheet that DSP processor has hardware built-in lens correction algorithms but i have no idea if this driver is using it.

The lens correction that the datasheet refers to is the lens brightness correction and not the full lens un-distortion transform.

AlexP

Profile
 
 
Posted: 07 February 2010 09:56 AM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  13
Joined  2010-01-07
AlexP - 06 February 2010 09:21 AM

We will be adding the two additional modes to the SDK API so that the developer can chose not to use these transforms at all and also be able to get the raw bayer pattern frame output from the camera.

AlexP

That’s great, good news !

Profile
 
 
 
 


RSS 2.0     Atom Feed