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