I'm developing MIPI CSI-2 camera driver for RPi 5 and question that I will ask here is mby more question for V4L2 than actual raspberry but I will give it a try.
So, I have sensor with1920x1080 resolution and 10bpp mode. With chagning the registers I can get 60FPS or 90FPS.
So I implemented this and the otput looks like below:
But what I actually expect is:
V4L2 obviusly detects modes by resolution and not fps or crop or else.
Is there any workaround to actully support this kind of situations?
It would be nice if someone experienced can give me the solution to this.
Is this even possible??
So, I have sensor with1920x1080 resolution and 10bpp mode. With chagning the registers I can get 60FPS or 90FPS.
So I implemented this and the otput looks like below:
Code:
Modes: 'SRGGB10_CSI2P' : 1920x1080 [97.83 fps - (0, 0)/1920x1080 crop] 1920x1080 [97.83 fps - (0, 0)/1920x1080 crop]
Code:
Modes: 'SRGGB10_CSI2P' : 1920x1080 [60.00 fps - (0, 0)/1920x1080 crop] 1920x1080 [97.83 fps - (0, 0)/1920x1080 crop]
Is there any workaround to actully support this kind of situations?
It would be nice if someone experienced can give me the solution to this.
Is this even possible??
Statistics: Posted by neox1337 — Fri Oct 18, 2024 1:46 pm