The SC2 API has a bug that prevents all the thumbnails from being displayed at one time.
The workaround is as follows:
- use camera.listFiles to get all the URLs from the camera
- store the urls into an array or list
- append
?type=thumb
to the end of each URL - pull down the desired number of files as bytes
- display the bytes on the mobile screen or save to storage
This is only needed with the SC2. The V and Z1 can get the thumbnail data with listFiles