How can I capture a specific ROI of raspberry pi camera?

1.7k views Asked by At

I want to capture a specific ROI (say 20x1800 region) of raspberry pi camera. First, I used the raspistill --roi. It gave me a zoomed image. The same happend with picamera crop method. So I decided to capture the whole image by raspicam and then using OpenCV to crop the image. It gave me a 20-27 frames per second. Isn't there any faster solution?

0

There are 0 answers