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

# HMCameraStreamControl

An object that can start and stop the camera stream and contains the view into which the stream is rendered.

```
class HMCameraStreamControl
```

## Topics

### Controlling the stream

[`startStream()`](/documentation/HomeKit/HMCameraStreamControl/startStream())

Starts the camera stream.

[`stopStream()`](/documentation/HomeKit/HMCameraStreamControl/stopStream())

Stops the camera stream.

[`cameraStream`](/documentation/HomeKit/HMCameraStreamControl/cameraStream)

The current camera stream.

[`HMCameraStream`](/documentation/HomeKit/HMCameraStream)

An object that represents a camera’s audiovisual stream.

[`streamState`](/documentation/HomeKit/HMCameraStreamControl/streamState)

The current state of the camera stream.

[`HMCameraStreamState`](/documentation/HomeKit/HMCameraStreamState)

The states associated with a camera stream.

### Observing stream activity

[`delegate`](/documentation/HomeKit/HMCameraStreamControl/delegate)

Delegate that receives updates as the camera stream changes.

[`HMCameraStreamControlDelegate`](/documentation/HomeKit/HMCameraStreamControlDelegate)

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



---

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)