We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1c65a commit 9466973Copy full SHA for 9466973
1 file changed
src/main/scala/util/VideoDeviceUtils.scala
@@ -26,6 +26,8 @@ object VideoDeviceUtils {
26
27
System.load(tempPath.toString)
28
29
+ tempPath.toFile.deleteOnExit()
30
+
31
def getDeviceNames: Array[String] = {
32
new VideoDeviceUtils().getDeviceNames
33
}
0 commit comments