SPI1 interface error

Hello,
I'm using an ArduCam mini ov2640, NodeMcu board and a SD card module to capture an image from ArduCam mini and store it in the SD card. I connected the ArduCam to Nodemcu as following;

CS > D0
MOSI > D7
MISO > D6
SCK > D5
SDA > D2
SCL > D1

I uploaded the example code in Arduino IDE named "ArduCAM_ESP8266_V1_OV2640_Capture2SD".

When I open the serial monitor after uploading the code the following error message appears.(i have attached an image of the error message)

Arducam Start!
SPI1 interface Error!

What is that error? How can i solve it?

Thank you.