I'm using the VideoEncoder to record mp4s to my host machine. I was using still images, but my scene is relatively static and thus I can get much better compression using video formats. But I really don't need that high of density, maybe just 5-10 fps max.
However, using all the VideoEncoder library methods, I cannot lower the frame rate below 30 at all. The setFramerate method does nothing, as mentioned in this thread here. So I tried forcing the bitRate down, and this works by lowering the image quality, but not the framerate! Is there no way to just force a lower framerate to save less data on host? I really can't exceed 500 KB / sec on my host, but I still want relatively high quality images.
Any suggestions?