Re: [PATCH v1] media: ov5670: Fix incorrect fps reported by user

2017-08-09 Thread Sakari Ailus
Hi Chiranjeevi, On the subject --- this isn't fps as such, but frame timing information in general. How about "Fix incorrect frame timing reported to user"? On Wed, Aug 09, 2017 at 12:17:42PM -0700, Chiranjeevi Rapolu wrote: > Previously, pixel-rate/(pixels-per-line * lines-per-frame) was > yield

[PATCH v1] media: ov5670: Fix incorrect fps reported by user

2017-08-09 Thread Chiranjeevi Rapolu
Previously, pixel-rate/(pixels-per-line * lines-per-frame) was yielding incorrect fps for the user. This results in much lower fps reported by user than the actual fps on the bus. OV sensor is using internal timing and this requires conversion (internal timing -> PPL) for correct HBLANK calculatio