Hi all,
I am writing a sample application on Zoom2 board, wherein am trying to push uncompressed video data to the frame buffer(/dev/graphics/fb). After doing some search on IOCTLs for frame buffer I came to know that we have FBIOGET_FSCREENINFO, FBIOGET_FSCREENINFO, FBIOSET_FSCREENINFO etc, which I can use to set the video resolution, color information etc... . But I could not find a way to set the frame rate.
How do I control the frame rate of my uncompressed video. In short how do I make my frame buffer output at a given frame rate?
Thanks in advance