setBluetoothDevice

suspend fun setBluetoothDevice(uuid: String): String

Registers identification information (UUID) of a BLE device (Smartphone application) connected to the camera. UUID can be set while the wireless LAN function of the camera is placed in the direct mode.

Return

Device name generated from the serial number (S/N) of the camera. Eg. "00101234" or "THETAXS00101234" when the serial number (S/N) is "XS00101234"

Parameters

uuid

Format: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Alphabetic letters are not case-sensitive.

Throws