Has anyone successfully used Emgu and created a new capture object in Android?
Emgu.CV.Capture x = new Capture(Emgu.CV.CvEnum.CaptureType.ANDROID); --Crashes Emgu.CV.Capture x = new Capture(); --Crashes
Crashes with "System.NullReferenceException: Error: Unable to create capture from camera 1000"
I have camera access in my manifest file also
Testing on a SGS4
Thanks