Failed to allocate buffers

This is the error message I am getting:
pi@raspberrypi:~ $ libcamera-still -t 5000 --viewfinder-width 2312 --viewfinder-height 1736 -o image.jpg --autofocus-on-capture --buffer-count 5
Made X/EGL preview window
[166:40:41.786226897] [14444] INFO Camera camera_manager.cpp:297 libcamera v0.0.0+4367-ad9428b4
[166:40:41.814410409] [14445] WARN CameraSensorProperties camera_sensor_properties.cpp:261 No static properties available for ‘arducam_64mp’
[166:40:41.814492112] [14445] WARN CameraSensorProperties camera_sensor_properties.cpp:263 Please consider updating the camera sensor properties database
[166:40:41.862924092] [14445] INFO RPI vc4.cpp:444 Registered camera /base/soc/i2c0mux/i2c@1/arducam_64mp@1a to Unicam device /dev/media4 and ISP device /dev/media1
[166:40:41.863069461] [14445] INFO RPI pipeline_base.cpp:1101 Using configuration file ‘/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml’
[166:40:41.864443798] [14444] INFO Camera camera.cpp:1033 configuring streams: (0) 2312x1736-YUV420
[166:40:41.865687544] [14445] INFO RPI vc4.cpp:572 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 2312x1736-SRGGB10_1X10 - Selected unicam format: 2312x1736-pRAA
[166:40:42.547473498] [14445] INFO V4L2 v4l2_videodevice.cpp:1820 /dev/video0[17:cap]: Zero sequence expected for first frame (got 2)
[166:40:42.547654107] [14445] INFO V4L2 v4l2_videodevice.cpp:1820 /dev/video1[18:cap]: Zero sequence expected for first frame (got 2)
[166:40:58.441754331] [14444] INFO Camera camera.cpp:1033 configuring streams: (0) 9152x6944-YUV420 (1) 9152x6944-SRGGB10_CSI2P
[166:40:58.445352310] [14445] INFO RPI vc4.cpp:572 Sensor: /base/soc/i2c0mux/i2c@1/arducam_64mp@1a - Selected sensor format: 9152x6944-SRGGB10_1X10 - Selected unicam format: 9152x6944-pRAA
[166:40:58.778028384] [14445] ERROR V4L2 v4l2_videodevice.cpp:1248 /dev/video14[20:cap]: Not enough buffers provided by V4L2VideoDevice
ERROR: *** failed to allocate capture buffers ***

I got the camera modules from Arducam. I am using the Arducam 64MP AF Quad Kit

I am using a Pi 4 - I have used both the old and new OS and still not working.

How do I fix this error?

Hi
Have you referred to the link below?

image