Device control APP camera
json field received by App:
Field name | Field type | Field description |
---|---|---|
type | int | 0: Open the camera 1: Click to start taking pictures 2: End taking pictures 3: Request system pairing |
Example:
{
"type":0
}
json field issued by App:
Field name | Field type | Field description |
---|---|---|
type | int | 0: Open the camera 1: Click to start taking photos 2: End of taking photos 3: Request system pairing |
Example:
{
"type":0
}