Hi. I am using the code below to record video from AMB82-mini and it has been working fine on 128GB cards for relatively short duration (5 hours, each file one hour long). However, I recently recorded a longer duration (17 hours in total, so 17 x 1 hour files) and the SD card was not recognised in Windows (not in disk manager either) afterwards. I wonder if the code I am using is the issue:
if (item) {
streamer.setBaseFileName(baseName);
streamer.setSingleFileDuration(singleFileDuration);
streamer.startRecording(timestamp);
or was it just bad luck I have a bad SD card (it is newly formatted FAT using an app for the larger capacity).
Any thoughts would be appreciated.
- Now realising the SD card’s MBR was overwritten…