How to decrease the time take to write the image in file

Hello Everyone,

I’m using IMX477 sensor camera with 3mm CCTV lens and I want to capture 10 images/sec but the time taken is more than 2 seconds to take one images, what can I do here?

Hi,
Why not use libcamera-still? It supports burst capture mode. you can set the interval time.
For the detail information, you can use libcamera-still --help to get more info.