read_photo
Reads a photo file from the device and returns it as base64 encoded data for remote viewing.
Instructions
Read a photo file and return it as base64 encoded data for viewing.
Args: file_path: Path to the image file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |