pspec.json
447 字节
{
"type": "WebcamoidPluginsCollection",
"plugins": [
{
"name": "CameraCapture",
"description": "Capture video from a camera",
"id": "VideoSource/CameraCapture",
"implements": ["Element"],
"depends": [
"VideoSource/CameraCapture/Impl/*",
"VideoSource/CameraCapture/Convert/*"
],
"type": "qtplugin"
}
]
}