diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fc30fd6..55f6910 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,193 +2,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -237,8 +53,11 @@ - - + + + + + @@ -255,6 +74,7 @@ @@ -282,15 +102,16 @@ + - + - + @@ -515,15 +336,16 @@ - + @@ -533,7 +355,7 @@ - + @@ -547,7 +369,7 @@ - + @@ -634,8 +456,11 @@ - - + + + + + @@ -656,7 +481,7 @@ - No facets are configured + Android + gradle-wrapper \ No newline at end of file diff --git a/GUI/src/me/yigitcolakoglu/GUI/GUI_Main.java b/GUI/src/me/yigitcolakoglu/GUI/GUI_Main.java index 1d99a7a..13278cb 100644 --- a/GUI/src/me/yigitcolakoglu/GUI/GUI_Main.java +++ b/GUI/src/me/yigitcolakoglu/GUI/GUI_Main.java @@ -26,7 +26,7 @@ class VideoCap { VideoCap(){ cap = new VideoCapture(); - cap.open(0); + cap.open(1); } BufferedImage getOneFrame() { diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/GUI_Main.class b/classes/production/GUI/me/yigitcolakoglu/GUI/GUI_Main.class new file mode 100644 index 0000000..6275af4 Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/GUI_Main.class differ diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/Mat2Image.class b/classes/production/GUI/me/yigitcolakoglu/GUI/Mat2Image.class new file mode 100644 index 0000000..a7db0d1 Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/Mat2Image.class differ diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$1.class b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$1.class new file mode 100644 index 0000000..1af769d Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$1.class differ diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$MyThread.class b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$MyThread.class new file mode 100644 index 0000000..f2427fe Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame$MyThread.class differ diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame.class b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame.class new file mode 100644 index 0000000..486c323 Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/MyFrame.class differ diff --git a/classes/production/GUI/me/yigitcolakoglu/GUI/VideoCap.class b/classes/production/GUI/me/yigitcolakoglu/GUI/VideoCap.class new file mode 100644 index 0000000..57203a6 Binary files /dev/null and b/classes/production/GUI/me/yigitcolakoglu/GUI/VideoCap.class differ