> ## 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.

# Nikon Properties

## LiveViewStatus (`0xd1b8`)

Indicates the status of live view (ON or OFF)

**Datatype:** UINT8

**Access:** GetSet

**Codec Type:** Enum Codec

### Valid Values

| Value | Name | Description           |
| ----- | ---- | --------------------- |
| `0x0` | OFF  | Live view is disabled |
| `0x1` | ON   | Live view is enabled  |

***

## LiveViewSelector (`0xd1a6`)

Indicates the state of live view mode (Photo Lv or Video Lv)

**Datatype:** UINT8

**Access:** GetSet

**Codec Type:** Enum Codec

### Valid Values

| Value | Name  | Description          |
| ----- | ----- | -------------------- |
| `0x0` | PHOTO | Photo live view mode |
| `0x1` | VIDEO | Video live view mode |

***

## MovieRecProhibitionCondition (`0xd0a4`)

Indicates video recording prohibition conditions (bitfield, 0 = allowed, non-zero = prohibited)

**Datatype:** UINT32

**Access:** Get

**Codec Type:** Custom Codec

***
