<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCapturePhotoOutputReadinessCoordinator/stopTrackingCaptureRequest(using:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCapturePhotoOutputReadinessCoordinator(im)stopTrackingCaptureRequestUsingPhotoSettingsUniqueID:"
  },
  "title" : "stopTrackingCaptureRequest(using:)"
}
-->

# stopTrackingCaptureRequest(using:)

Stop tracking the capture request represented by the specified photo setting’s unique identifier.

```
func stopTrackingCaptureRequest(using settingsUniqueID: Int64)
```

## Parameters

`settingsUniqueID`

The [`uniqueID`](/documentation/AVFoundation/AVCapturePhotoSettings/uniqueID) value of the related photo settings object.

## Discussion

---

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)