<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "HomeKit",
  "identifier" : "/documentation/HomeKit/HMCameraSnapshotControlDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(pl)HMCameraSnapshotControlDelegate"
  },
  "title" : "HMCameraSnapshotControlDelegate"
}
-->

# HMCameraSnapshotControlDelegate

A set of methods used to observe the camera’s snapshot activity.

```
protocol HMCameraSnapshotControlDelegate : NSObjectProtocol
```

## Topics

### Observing snapshot activity

[`cameraSnapshotControl(_:didTake:error:)`](/documentation/HomeKit/HMCameraSnapshotControlDelegate/cameraSnapshotControl(_:didTake:error:))

Tells the delegate that the camera has taken a new snapshot.

[`cameraSnapshotControlDidUpdateMostRecentSnapshot(_:)`](/documentation/HomeKit/HMCameraSnapshotControlDelegate/cameraSnapshotControlDidUpdateMostRecentSnapshot(_:))

Tells the delegate that the most recent snapshot has been updated.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)