Fix for having multiple cameras in Windows (#443)

This commit is contained in:
代码人生
2022-09-21 18:43:59 +08:00
committed by GitHub
parent 3bec69bbf8
commit 7335797301
+1
View File
@@ -76,6 +76,7 @@ int listCamera(cameraList* list, const char** errstr)
{
list->name[i] = getCameraName(moniker);
moniker->Release();
i++;
}
}