veyeimaging / raspberrypi

VEYE camera module software on RaspberryPi
34 stars 18 forks source link

Low FPS with CS-MIPI-SC132 using OpenCV #6

Open promistrio opened 3 years ago

promistrio commented 3 years ago

Hello! I tried capture2opencv example on CS-MIPI-SC132 and got a small FPS(12) on rpi 3b. After changing 3b to 4 I got a same FPS(12). It just reading a stream without any calculation! Which is the right way to use CS-MIPI-SC132 with opencv? I would like to change this example, but I don't know how this should work. How people use cameras like this in projects with small FPS (and latency). Previews work's well but they without opencv.

Thank you!

mmxuxp commented 3 years ago

The demo does have this problem.

We now provide the v4l2 driver mode. http://wiki.veye.cc/index.php/V4L2_mode_for_Raspberry_Pi Whether it is helpful to the application of opencv, please refer to it. In addition, sorry for reply so late. please ask questions on forum.veye.cc, which will be reply very quick.