Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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"
}
]
```