Board Arducam ESP32S UNO PSRAM sdmmc_send_cmd returned 0xffffffff

I am executing the sample ArduCAM_ESP32_PSRAM_OV2460_Capture@SD with the only modification of reducing the delay(5000),5 sec, to 100 (1/10 sec) and starting with number 500. The program runs fine for somewhere between 30 - 60 seconds and then an SD error occurs. Tried various cards, the latest I used is a new 32GB SanDisk extreme Plus with write speed of up to 90 MB/s. SDHC with the 3 inside U symbol.
What I need is about 20 pic/s or short one second avi’s for which I have found no samples.
Here is output I get on the serial monitor, the beginning and the end:

ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x12 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1100
load:0x40078000,len:10088
load:0x40080400,len:6380
entry 0x400806a4
ArduCAM Start
Camera init successCard Mount success
SD_MMC Card Type: SDHC
SD_MMC Card Size: 30436MB
Creating Dir: /ArduCAM
Dir created

camera start capture
Camera capture done
/ArduCAM/501.jpg written
501.JPG:18914Byte 277ms

camera start capture
Camera capture done
/ArduCAM/713.jpg written
713.JPG:25973Byte 68ms

camera start capture
Camera capture done
E (35113) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0xffffffff
E (35113) diskio_sdmmc: sdmmc_read_blocks failed (-1)
/ArduCAM/714.jpg written
714.JPG:27602Byte 18ms

camera start capture
Camera capture done
E (36218) sdmmc_req: sdmmc_host_wait_for_event returned 0x107
E (36218) sdmmc_cmd: sdmmc_read_sectors_dma: sdmmc_send_cmd returned 0x107
E (36219) diskio_sdmmc: sdmmc_read_blocks failed (263)

@JoeFritz
Hi,
I have the same problems with you. It is the official SD library’s bugs and I have copied the problem to the EP32 official support.