SOLVED: SC2 listFiles command with thumbnails not working

Moderator Update August 12, 2020: A few workarounds are available. Scroll down on this topic.

Hello,
I’m trying to get the thumbnails from listFiles api (v2.1). The documentation says to set "maxThumbSize":640 and it is working perfectly with Z1, but with the SC2, the camera just crash and if I disable it ( "maxThumbSize":0) I get a response without issues.
Did someone was able to have it working? I don’t understand how the Theta app is doing it.

1 Like

@timbit123, thanks for reporting this. Although I only tested it just now after reading your note, it’s a fairly significant problem. I’ll work with @jcasman to report this to RICOH, but it may take some time to get a response.

1 Like

Thanks for your help!
I still don’t understand how the Theta app is able to load thumbnails. Using the api v2 the command camera.listImages is disabled and camera.getImage always return 200 without image data and those are all possibles commands to get thumbnails unless I missed one?
Also, that bug could be related with the street view issue that was reported with that camera

1 Like

I have a workaround explained at the site below.

The site has workarounds for these issues:

  • LivePreview Randomly Stops in SDK
  • LivePreview Stops After Running a Command
  • startCapture always shows inProgress
  • listFiles does not show thumbnails and freezes SC2
  • camera._getMetadata not working as expected
  • previewFormat width and height not working
  • camera.delete does not delete multiple images from camera

thumbdemo

2 Likes