|
I have tested 640x480 and 1280x720 using v4l2, so you could try 720P in motion.
Motion most likely grab the image using v4l2 and convert it to JPG with ffmpeg, no VPU used, that's why @cnxsoft got 2 fps.
If someone could get the https://github.com/allwinner-zh/media-codec code sample and implement it in motion it could work, just a thought.
Regarding quality, well, OV5640 AF is far superior but price.
You could comment that line, rebuild and test 800x600 (or revert to the original) and see if you get better quality, but my understanding is that the modified code for 640x480 and 1280x720 should have the same quality as 800x600 (in the original code).
Maybe @Sitheek who has both camera module working could comment on this? |
|