Esp32 camera to GC9A01

Hey, Me and My Friend are Buildung an Nightvision camera with an Esp32 camera and an Tft Display our Display is not an "normal" sda display it is an I²C Display so we viewed some tutorials and none of them worked we allready had an code that plays gifs and that one worked and the webserver code worked too so the camera works does anyone has an idea?

Can you post your code in code tags (or as a file attachment if it’s very long), and the other ‘working’ code here, we can look to see what’s gone off the tracks.

Since the ESP32-CAM has almost no pins available, it is critical that you hand-draw a wiring diagram and label it. Post a picture of that and all the code in code tags. If you can mark any code you changed from the standard sample you used, that would help. Just add // CHANGE to the end of each changed/added, or deleted line.

The Gif code is from this Github Link: GitHub - thelastoutpostworkshop/tft_eSPI_configuration: Understanding TFT_eSPI Configuration

At First we tried this tutorial: Displaying Live Video from ESP32-CAM to GC9A01 Round TFT Screen. – HJWWalters But the serial console said DMA overflow we made the changes in the User_Setup.h and in the User_Setup_Select.h file. We have an RST Pin and not an RES Pin so we changed it to -1 (thats what the tutorial said) after 1 week of trying we decided to use an other code an we found this Youtube Link: https://www.youtube.com/watch?v=WB02i_E_joc The Github Link for that is: GitHub - MateKingGamer/ESP-32-CAM-to-ESP-32-TFT-DISPLAY: ESP-32 CAM to ESP-32 TFT DISPLAY we Reinstalled the TFT_eSPI library because we made to much changes that we needed to replace the hole library. After reinstallation we followed the tutorial and made Changes in the User_Setup.h and in the User_Setup_Select.h file in the User_Setup_Select.h file we changed it to GC9A01 with Esp32 setup we uncommentet the Setup file and now the display was completly black and before there were like white stripes on the display and when we rotated the camera the stripes changed but we dont saw the real video.

Please help me