mborgerson
Well-known member
I have developed a wildlife image-capture app for the FLIR Lepton thermal imaging camera. It is designed to capture about 8 38Kbyte frames /second when an object above a threshold temperature is in the frame. I must have set the threshold too low in the last 36-hour session, as I recorded about 7.4GB of data. The data was recorded on a 128GB micro-sd card formatted for EX-FAT.
The 7.4GB number is the size reported by the Teensy SD directory command. Time and date are good. I haven't opened the rain-resistant case to pull the card and read the data with a PC SD card reader, but have been using MTP to get the files.
Here's the issue: The PC MTP folder view shows the file to be only 3.4GB in length. A transfer to my PC resulted in a 3.4GB file.
I guess the question is: Can Teensy MTP handle files larger than 4GB?
If teensy MTP is indeed limited to 4GB files, I can add code to close a file and open a new file when the length approaches 4GB.
The 7.4GB number is the size reported by the Teensy SD directory command. Time and date are good. I haven't opened the rain-resistant case to pull the card and read the data with a PC SD card reader, but have been using MTP to get the files.
Here's the issue: The PC MTP folder view shows the file to be only 3.4GB in length. A transfer to my PC resulted in a 3.4GB file.
I guess the question is: Can Teensy MTP handle files larger than 4GB?
If teensy MTP is indeed limited to 4GB files, I can add code to close a file and open a new file when the length approaches 4GB.