What is limiting the websock camera demo to 5 fps output?
The limit is mentioned in the wiki. The camera module we are using on the Arducam board (MT9D111) supports up to 30 fps at 640x480, but changing the camera configuration does not seem to have an effect on the fps output.
I believe the limit is in the dma transfer used to get the image, possibly in the websock transfer itself as well.
What parameters can be adjusted to increase the fps output of this application? What are the limiting factors?
Thanks,
Keith