Hi,
I would like to change the binning or skipping modes available. At the moment I see in drivers/media/video/mt9p031.c that in static int mt9p031_setBinning_Skip(int arg) {} there are bits set and cleared that affect the sensor row and column settings at the same time.
I need to add options to skip or bin rows but not columns. That is to leave the image width the same, but reduce the height by a factor of 2.
Also I need to add variable frame rates, so the frame rate can be adjusted from about 80 FPS to 200 FPS. The 200 FPS can only occur with binning or skipping, so the data throughput is not too high.
What do I need to modify in the kernel? Will this affect the DVSDK? If so how, and will it cope?
Is this even possible with the current mvl kernel and Ti dvsdk?
James.