Does Theta Stitcher take command line arguments?

Hello, is there any way to run Theta Stitcher in silent mode or with a preset to automatically stitch a photo without requiring user input? This may seem trivial, but would make a world of difference when batch processing photos via Lightroom.

Otherwise, I’m guessing the only way would be via third party app to automate hitting that ok button (and ideally stop the window from rendering in the first place if it won’t cause the app to crash).

As of Dec 2021, you still needed to hit the OK button.

1 Like

Thanks for the response. Thought I found something but hadn’t (stitcher just doesn’t open a window if you don’t specify an image file and pass it an invalid argument). Shame, it’s such an easy thing to implement…

1 Like

I’ll ask a person I know at RICOH what the current status is.

I don’t normally use the stitcher. Can you advise what the limitation of the batch processing feature implemented in version 2.0 is?

1 Like

Oh man…that’s super embarrassing. Sticher can load multiple exports in a single window, all you have to do is hit “batch” and you’re done.

Wasn’t aware of this, ran my test on a single image. I’ve been using Matterport with an SC2 up until this point and just upgraded to a Z1; there was no reason to attempt any form of HDR with the SC2’s jpeg output and import images so I’d never taken a serious look into it until the other day.

oh, nice. Unless I hear otherwise, I’ll assume that the existing feature meets your requirement and I won’t bring this feature request up with my contact at RICOH.

1 Like

Hello,

I came across this thread while working on a similar problem and wanted to follow up, as I believe the original question about command-line support is still unresolved.

I am currently using THETA Stitcher in an automated workflow for 360° time-lapse astrophotography. While the GUI batch processing feature is helpful, it is not sufficient for fully automated or large-scale processing.

To work around this, I have implemented a scripting solution that:

  • stages batches of dual-fisheye TIFF + DNG pairs

  • drives the Stitcher GUI programmatically

  • processes ~20 frames per batch

  • runs unattended (e.g., 137 frames in ~22 minutes)

This works, but it depends on GUI automation, which is inherently fragile. I plan to scale up to 800 frames or more.

So I wanted to revisit the original question:

Does THETA Stitcher support any command-line interface, scripting hooks, or SDK for stitching?

If not, is there any recommended approach from Ricoh for automated stitching workflows?

Thanks for any insight.