<!--
{
  "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/HMCameraStreamControlDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "HomeKit"
    ],
    "preciseIdentifier" : "c:objc(pl)HMCameraStreamControlDelegate"
  },
  "title" : "HMCameraStreamControlDelegate"
}
-->

# HMCameraStreamControlDelegate

A protocol that gives the delegate updates on the camera stream.

```
protocol HMCameraStreamControlDelegate : NSObjectProtocol
```

## Topics

### Observing stream activity

[`cameraStreamControlDidStartStream(_:)`](/documentation/HomeKit/HMCameraStreamControlDelegate/cameraStreamControlDidStartStream(_:))

Tells the delegate that the camera stream has started.

[`cameraStreamControl(_:didStopStreamWithError:)`](/documentation/HomeKit/HMCameraStreamControlDelegate/cameraStreamControl(_:didStopStreamWithError:))

Tells the delegate that the camera stream has stopped.



---

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)