Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uasi/list-av-capture-devices
list-av-capture-devices prints installed AVCaptureDevice instances.
https://github.com/uasi/list-av-capture-devices
Last synced: about 7 hours ago
JSON representation
list-av-capture-devices prints installed AVCaptureDevice instances.
- Host: GitHub
- URL: https://github.com/uasi/list-av-capture-devices
- Owner: uasi
- Created: 2021-02-06T15:01:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-02-06T15:06:46.000Z (over 3 years ago)
- Last Synced: 2023-04-14T01:31:00.420Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# list-av-capture-devices
`list-av-capture-devices` prints installed [capture devices](https://developer.apple.com/documentation/avfoundation/avcapturedevice).
```
% list-av-capture-devices
[
{
"deviceType" : "AVCaptureDeviceTypeBuiltInMicrophone",
"isConnected" : true,
"localizedName" : "MacBook Pro Microphone",
"manufacturer" : "Apple Inc.",
"modelID" : "Digital Mic",
"uniqueID" : "BuiltInMicrophoneDevice"
}
]
```