Hi @felmue,
Both of those partition files allowed me to compile and upload, but both have a different runtime partition error. I can connect to the webserver, but there isn't any stream. Not sure if that is caused by the partition errors.
With the original partitions,csv:
12:02:12.823 -> E (591) esp_core_dump_flash: No core dump partition found!
12:02:14.972 -> hello
12:02:15.235 -> Camera init ok.
12:02:15.268 -> Camera sensor found.
12:02:15.268 -> Camera PID: 0x9b GC0308_PID: 0x9b.
12:02:15.302 -> cam_hal: EV-VSYNC-OVF
12:02:15.807 -> .....................................
12:02:33.807 -> WiFi connected
12:02:33.847 -> Camera Ready! Use 'http://10.0.0.139' to connect
With the 8MB APP partitions.csv:
11:35:14.013 -> hello
11:35:14.013 -> Camera init ok.
11:35:14.013 -> Camera sensor found.
11:35:14.013 -> Camera PID: 0x9b GC0308_PID: 0x9b.
11:35:14.013 -> cam_hal: EV-VSYNC-OVF
11:35:14.013 -> ......................................................
11:35:36.199 -> WiFi connected
11:35:36.199 -> [0;31mE (30217) MFN: Partition Not found[0m
11:35:36.199 -> [0;31mE (30217) MFN: Please Set the Partition[0m
11:35:36.199 -> Camera Ready! Use 'http://10.0.0.139' to connect
But in either case there is no stream or image.
If it is working for you, I must just have some issue with my setup. I'll admit that never tried to set up partitions before. I don't even see the M5CoreS3 n the boards.txt file.