Hi, I tried to capture a continuous video with 30-minute duration each. Basically, I just edited the example code provided for SingleVideoWithAudio in these parts:
mp4.setRecordingDuration(1800); // 30 minutes
mp4.setRecordingFileCount(9999999); // infinite files since continuous
After 3 hours, the file gets corrupted. I tried with 15-minute duration of recordings and it also gets corrupted after 6 hours. Corrupted meaning it doesn’t play anything, although the SD card shows the size of the file. Any previous issue related to this? Thanks.