---
title: HMCameraStreamControl
framework: homekit
role: symbol
role_heading: Class
path: homekit/hmcamerastreamcontrol
---

# HMCameraStreamControl

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

## Declaration

```swift
class HMCameraStreamControl
```

## Topics

### Controlling the stream

- [startStream()](homekit/hmcamerastreamcontrol/startstream().md)
- [stopStream()](homekit/hmcamerastreamcontrol/stopstream().md)
- [cameraStream](homekit/hmcamerastreamcontrol/camerastream.md)
- [HMCameraStream](homekit/hmcamerastream.md)
- [streamState](homekit/hmcamerastreamcontrol/streamstate.md)
- [HMCameraStreamState](homekit/hmcamerastreamstate.md)

### Observing stream activity

- [delegate](homekit/hmcamerastreamcontrol/delegate.md)
- [HMCameraStreamControlDelegate](homekit/hmcamerastreamcontroldelegate.md)

### Initializers

- [init()](homekit/hmcamerastreamcontrol/init().md)

## Relationships

### Inherits From

- [HMCameraControl](homekit/hmcameracontrol.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Streaming

- [streamControl](homekit/hmcameraprofile/streamcontrol.md)
