Control Camera in Device Control App
JSON fields received by the App:
Field Name | Type | Description |
---|---|---|
type | int | 0: Open camera 1: Click to start capturing 2: Capture completed 3: Request system pairing |
Example
:
{
"type": 0
}
JSON fields sent by the App:
Field Name | Type | Description |
---|---|---|
type | int | 0: Open camera 1: Click to start capturing 2: Capture completed 3: Request system pairing |
Example
:
{
"type": 0
}