This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SK-TDA4VM: Issue with Framerate

Part Number: SK-TDA4VM

The maximum framerate that I am able to get from the camera is 30.303 fps. The gstreamer pipeline I am using is

gst-launch-1.0 v4l2src device=/dev/video2 ! queue leaky=2 ! video/x-bayer, width=640, height=480, format=rggb, framerate=90/1 ! bayer2rgb ! tiovxcolorconvert ! video/x-raw, format=NV12, framerate=90/1 ! fpsdisplaysink text-overlay=0 video-sink=kmssink -v

Though I have set the framerate=90/1, the maximum rate is 30.303. How can I increase the framerate? TI's documentation itself says that Raspberry Pi v2 camera is capable of 1080p@60fps. Is this an issue with the v4l2 driver ?

Could anyone please help me with this?

Edit: I modified the driver code to suit my needs from the kernel source. It is not an issue with the v4l2 driver. The linux module - imx219 caps the maximum fps to be 30 in the code. Modifying that resolved my issue.