I'm trying to use CCamera for recording videos at 30 fps. According to EnumerateVideoFrameRates the N85, N78 and N97 should support 30 fps. According to my tests (by analyzing the time differences between the frames' timestamps), they only perform at maximum of 15 fps. I call PrepareVideoCaptureL while specifying 30 fps and i've tried all different sizes and both YUV422 and YUV420Planar. I have tried both MCameraObserver2 and MCameraObserver.
I have also tested the fps without blitting the frames on screen, so there is not overhead on blitting.
Did anyone else try to use 30 fps? I can't seem to make the video work at 30 fps![]()



