RICOH THETA Plug-in IFTTT Sample

Developer Only

Camera Models: V

Developer: Ricoh Company, Ltd.

Source Code Available

Description:

This is a sample plugin that sends a request to the IFTTT Webhook URL when the shoot button is pressed.

 

Preparation:

 

Create an IFTTT applet triggered by a webhook

 

Set webhook key and webhook event name for IFTTT

 

private static final String WEBHOOK_KEY = "write ifttt webhook key here";


private static final String WEBHOOK_EVENT_NAME = "write ifttt webhook event name here";

 

Method of operation:

 

Operation function

 

Shutter button Sends a POST request to the specified URL (operates in CL mode)

 

Mode button (long press) Start/end plug-in

Related Items