Added native camera Android sample; Added manual port of VideoCapture class.

This commit is contained in:
Andrey Kamaev
2011-07-15 14:03:53 +00:00
parent c3d40ca0dd
commit cc447448ff
18 changed files with 1043 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
package org.opencv.test.highgui;
import org.opencv.highgui;
import org.opencv.highgui.VideoCapture;
import org.opencv.VideoCapture;
import org.opencv.test.OpenCVTestCase;