Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
我使用的是OV5640,我需要使用一个区域,大概2560200区域,但是我却必须设置QHD分辨率,才可以达到2560的宽度,但速度太低了,很多像素区域我使用不到,浪费时间。 我尝试设置IOCTL_SET_READOUT_WINDOW 为2560200,framsize为QVGA,帧率可以明显上升。但是frame似乎只有VGA大小。 我该如何解决,谢谢
sensor.set_framesize 和 IOCTL_SET_READOUT_WINDOW 分别设置了OV5640的什么寄存器
https://github.com/openmv/openmv/blob/b4f1461e2303b637dc088d2213f6e7055df182ac/src/omv/sensors/ov5640.c#L1338