> ## Documentation Index
> Fetch the complete documentation index at: https://darkgrade.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Sony Sony Live View Dataset

> PTP Sony Sony Live View Dataset dataset structures

# Sony Sony Live View Dataset

Dataset structures define the format of complex data returned by PTP operations.

## FocalFrameInfo

### Properties

| Property | Type         | Required |
| -------- | ------------ | -------- |
| **data** | `Uint8Array` | ✓        |

***

## LiveViewDataset

### Properties

| Property                   | Type             | Required |   |
| -------------------------- | ---------------- | -------- | - |
| **offsetToLiveViewImage**  | `number`         | ✓        |   |
| **liveViewImageSize**      | `number`         | ✓        |   |
| **offsetToFocalFrameInfo** | `number`         | ✓        |   |
| **focalFrameInfoSize**     | `number`         | ✓        |   |
| **reserved**               | `Uint8Array`     | ✓        |   |
| **liveViewImage**          | `Uint8Array`     | ✓        |   |
| **focalFrameInfo**         | \`FocalFrameInfo | null\`   | ✓ |

***
